entries

expect 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
actual 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.1
actual 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
actual 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
actual 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.8
actual 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.8