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