HashTable.put Method

Stores a key/value pair in the hash table.
 

Parameters

key

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

Type: Object - May be null
The value to store.