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