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 |
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
|
V |
remove(Object
|
containsValue, entrySet, forEach, get, getOrDefault, keySet, removeEldestEntry, replaceAll, valuesclone, compute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, putIfAbsent, remove, replace, replace, sizeequals, hashCode, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, containsKey, equals, hashCode, isEmpty, merge, putIfAbsent, remove, replace, replace, size