Kotlin HashMap values
Syntax & Examples


Syntax of HashMap.values

The syntax of HashMap.values property is:

val values: MutableCollection<V>

This values property of HashMap returns a MutableCollection of all values in this map. Note that this collection may contain duplicate values.