values property

KtCollection<V> values

Returns a read-only KtCollection of all values in this map. Note that this collection may contain duplicate values.

Implementation

KtCollection<V> get values;