HashTable.get Method
        
 Gets the value that was stored in the hash table with key.
 
         
        Parameters
        
            - key
            
 
            - 
                
Type: Object - May be null
The key to look up. 
        
        Return Value
        
Type: Object - May be null
The value stored with the key, or undefined if the key is not contained in the hash table.