remove_all


Description:

public abstract bool remove_all (K key)

Removes the specified key and all the associated values from this multimap.

Parameters:

key

the key to remove from the map

Returns:

true if the map has been changed, false otherwise