Skip to content

TwoWayMap.entries method

TwoWayMap › entries

Gets all entries in the map.

Signature:

entries(): IterableIterator<readonly [key: Key, value: Value]>

Returns: IterableIterator<readonly [key: Key, value: Value]>An iterator over all entries in the map.