public class LinkedHashMap<K,V> extends LinkedHashMap<K,V> implements Iterable<Pair<K,V>>
| Modifier and Type | Class and Description |
|---|---|
private static class |
LinkedHashMap.PairIterator<K,V> |
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
| Constructor and Description |
|---|
LinkedHashMap() |
LinkedHashMap(Iterable<K> keys,
Iterable<V> values) |
LinkedHashMap(K[] keys,
V[] values) |
LinkedHashMap(K key,
V value) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<Pair<K,V>> |
iterator() |
void |
putAll(Iterable<K> keys,
Iterable<V> vals) |
void |
putAll(K[] keys,
V[] vals) |
clear, containsValue, entrySet, forEach, get, getOrDefault, keySet, removeEldestEntry, replaceAll, valuesclone, compute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, sizeequals, hashCode, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitforEach, spliteratorcompute, computeIfAbsent, computeIfPresent, containsKey, equals, hashCode, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, sizeprivate static final long serialVersionUID