Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
OverviewMethodsThis PackageAll 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.