values
Returns a MutableCollection of all values in this map. Note that this collection may contain duplicate values.
Since Kotlin
1.3Returns a read-only Collection of all values in this map.
Accessing this property first time creates a values view from entries. All subsequent accesses just return the created instance.
Since Kotlin
1.1Returns a read-only Collection of all values in this map.
Accessing this property first time creates a values view from entries. All subsequent accesses just return the created instance.