dw.util
            	
        	
				Class LinkedHashMap
            
            This class implements a HashMap, which guarantees a iteration order
 according the put-order of the elements in the map.
                    
                
			Constructor Summary
		
                
                    LinkedHashMap()
                    
            Constructs a new LinkedHashMap.
                
			Method Summary
		
                
                    clone()
						: 
					LinkedHashMap
                    
            Returns a shallow copy of this map.
                
                    						Methods inherited from class 
						
					    Map
                
                
            
                    						Methods inherited from class 
						
					    Object
                
                
                    assign, create, create, defineProperties, defineProperty, entries, freeze, fromEntries, getOwnPropertyDescriptor, getOwnPropertyNames, getOwnPropertySymbols, getPrototypeOf, hasOwnProperty, is, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, preventExtensions, propertyIsEnumerable, seal, setPrototypeOf, toLocaleString, toString, valueOf, values
                
            
			Method Detail
		
                clone
                    
                        clone()
					 : 
					LinkedHashMap
                    
                    Returns a shallow copy of this map.
                    
                        Returns:
                        
                    
                            a shallow copy of this map.
                        
                    