values property

  1. @useResult
KtCollection<V> values

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;