get

abstract operator override fun get(key: K): MutableCollection<@UnsafeVariance V>(source)

Returns a mutable view of the collection of all the values corresponding to the given key in the multimap.

When the multimap does not contain the specified key, this will return an empty collection.

Changes to the underlying collection will update the underlying multimap, and vice versa.

See also