remove


Description:

public bool remove (K key)

Removes the entry with the specified key. Returns true if the key was found and removed.

Parameters:

key

the key to remove.

Returns:

true if the key was removed.