Abstract Map
Parameters
K
the type of map keys. The map is invariant in its key type.
V
the type of map values. The map is covariant in its value type.
Functions
Properties
_values
Link copied to clipboard
values
Link copied to clipboard
Returns a read-only Collection of all values in this map.
Inheritors
AbstractMutableMap
Link copied to clipboard