public class OrderedHashMap<K,V>
extends java.util.LinkedHashMap<K,V>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<K> |
elements
Track the elements as they are added to the set
|
| Constructor and Description |
|---|
OrderedHashMap() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
V |
getElement(int i) |
K |
getKey(int i) |
V |
put(K key,
V value) |
void |
putAll(java.util.Map<? extends K,? extends V> m) |
V |
remove(java.lang.Object key) |
clone, containsKey, entrySet, isEmpty, keySet, size, valuesprotected java.util.List<K> elements