Hashtable.get
Class Overview | Class Members |
This Package |
All Packages
public synchronized Object get( Object key )
Parameters
- key
- a key in the hashtable.
Returns
the value to which the key is mapped in this hashtable;
null if the key is not mapped to any value in
this hashtable.
Description
Returns the value to which the specified key is mapped in this hashtable.
Overrides
get in class Dictionary
See Also
put