HashTable.getValue

Overview | Methods | This Package | All Packages

HashTable.getValue

Retrieves the object stored with the specified key.

Syntax

public Object getValue( Object key )

Parameters

key

The key to search for.

Return Value

Returns the object stored with key, or returns null if the key is not found.