entries

abstract suspend fun entries(): Set<Map.Entry<K, V>>

Returns a read-only Set of all key-value pairs in this map. The returned set may be a snapshot or a live view, depending on the implementation. This is a suspendable, non-blocking operation.

Return

A Set of the key-value entries contained in this map.