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.
© 2014-2024 Dundas Data Visualization, Inc.