Retrieves the key associated with the specified item.
public Object getKey( Object value )
value
The value to search for.
Returns the key associated with the value.
This method scans each element in the hash table and performs a comparison to find the item.