entries

abstract val entries: Set<Map.Entry<K, V>>(source)

Returns a read-only Set of all key/value pairs in this map.

Since Kotlin

1.0
abstract val entries: Set<Map.Entry<K, V>>(source)

Returns a read-only Set of all key/value pairs in this map.

Since Kotlin

1.3