HashTable.setValue

Overview | Methods | This Package | All 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.