Hashtable.remove

Hashtable.remove

Class Overview | Class Members | This Package | All Packages

Syntax
public synchronized Object remove( Object key )
Parameters
key
the key that needs to be removed.
Returns
the value to which the key had been mapped in this hashtable, or null if the key did not have a mapping.
Description
Removes the key (and its corresponding value) from this hashtable. This method does nothing if the key is not in the hashtable.

Overrides
remove in class Dictionary