entries

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

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

See also