remove
Description:
public abstract bool remove (
K key,
V value)
Removes the specified key/value pair from this multimap.
Parameters:
key |
the key to remove from the map
|
value |
the value to remove from the map
|
Returns:
true if the map has been changed, false otherwise
|