Kotlin HashMap keys
Syntax & Examples


Syntax of HashMap.keys

The syntax of HashMap.keys property is:

val keys: MutableSet<K>

This keys property of HashMap returns a MutableSet of all keys in this map.