removeAll

abstract fun removeAll(key: K, values: Collection<V>): Boolean?

Removes the associations from the given key to the given values.

Return

True if the list of associations was modified; otherwise, false.

Parameters

key

The key to disassociate

values

The values to disassociate