Overview | Methods | This Package | All Packages
Removes the value associated with the specified key.
Syntax
public Object removeValue( Object key )
Parameters
key
The key of the value to remove.
Return Value
Returns the value that was removed, or returns null if the key was not found.