unset


Description:

public abstract bool unset (K key, out V value = null)

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