entries

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

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

Changes to the returned collection or the entries it contains will update the underlying multimap, and vice versa. However, adding to the returned collection is not possible.

See also