values property

  1. @override
KtMutableCollection<V> values
override

Returns a KtMutableCollection of all values in this map. Note that this collection may contain duplicate values.

Implementation

@override
KtMutableCollection<V> get values;