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, get, removeEldestEntry
clone, containsKey, entrySet, isEmpty, keySet, put, putAll, remove, size, values
equals, hashCode, toString
private static final long serialVersionUID