remove

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

Removes the association from the given key to the given value.

Return

True if the given value was previously associated with the given key; otherwise, false.

Parameters

key

The key to disassociate

value

The value to disassociate