LinkedHashMap

Class LinkedHashMap<K,V>

Type Parameters:
K - the type of keys maintained by this map
V - the type of mapped values
All Implemented Interfaces:
Serializable, Cloneable, Map<K,V>
public class LinkedHashMap<K,V>
extends Ha