Skip to content

TwoWayMap.keys method

TwoWayMap › keys

Gets all keys in the map.

Signature:

keys(): IterableIterator<Key>

Returns: IterableIterator<Key>An iterator over all keys in the map.