Skip to content

TwoWayMap.values method

TwoWayMap › values

Gets all values in the map.

Signature:

values(): IterableIterator<Value>

Returns: IterableIterator<Value>An iterator over all values in the map.