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, values
clone, compute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, size
equals, hashCode, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
forEach, spliterator
compute, computeIfAbsent, computeIfPresent, containsKey, equals, hashCode, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, size
private static final long serialVersionUID