remove


Description:

[ Version ( deprecated = true , replacement = "Map.unset" ) ]
public bool remove (K key, out V value = null)

Warning: remove is deprecated. Use Map.unset.

Removes the specified key from this map.

Parameters:

key

the key to remove from the map

value

the receiver variable for the removed value

Returns:

true if the map has been changed, false otherwise