LinkedHashTable.putMany Method
        
 Stores a collection of key/value pairs in the hash table.
 
         
        Parameters
        
            - values
            
 
            - 
                
Type: Array
ElementType: Object
The collection of values to store. 
            - keySelector
            
 
            - 
                
Type: Function - May be null
(Optional) A function to select a key to associate to the value.