Stores a value in the hash table.
public Object setValue( Object key, Object value )
key
The key to store the value under.
value
The value to store.
Returns the value that was stored.