StringHashTable.remove Method

Removes a key/value pair from the hash table.
 

Parameters

key

Type: String - May be null
The key associated to the value.

Return Value


Type: Object - May be null
The value that was associated to the key and removed, or undefined if the key is not contained in the hash table.