values property
Returns a read-only KtCollection of all values in this map. Note that this collection may contain duplicate values.
Implementation
@useResult
KtCollection<V> get values;
Returns a read-only KtCollection of all values in this map. Note that this collection may contain duplicate values.
@useResult
KtCollection<V> get values;