Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
OverviewMethodsThis PackageAll Packages
HashTable.setValue
Stores a value in the hash table.
Syntax
public Object setValue( Object key**, Object** value )
Parameters
key
The key to store the value under.
value
The value to store.
Return Value
Returns the value that was stored.