remove

abstract fun remove(key: K, value: V): Boolean(source)

Removes a single key-value pair with the key key and the value value from this multimap, if such exists. If multiple key-value pairs in the multimap fit this description, which one is removed is unspecified.

Return

true if the multimap changed

See also