Class LinkedHashMap
dw.util
Class LinkedHashMap
Object
dw.util.Map
dw.util.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.
Constructor Detail
LinkedHashMap
public LinkedHashMap()
Constructs a new LinkedHashMap.

Method Detail
clone
clone() : LinkedHashMap
Returns a shallow copy of this map.
Returns:
a shallow copy of this map.