Removes the value associated with the specified key.
public Object removeValue( Object key )
key
The key of the value to remove.
Returns the value that was removed, or returns null if the key was not found.