public class OrderedHashMap<K,V> extends LinkedHashMap<K,V>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier and Type | Field and Description |
|---|---|
protected 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(Map<? extends K,? extends V> m) |
V |
remove(Object key) |
containsValue, get, removeEldestEntryclone, containsKey, entrySet, isEmpty, keySet, size, valuesequals, hashCode, toStringCopyright © 1992–2020 ANTLR. All rights reserved.