public final class LinkedHashMapEx<K,V> extends LinkedHashMap<K,V> implements LinkedMap<K,V>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description | 
|---|
LinkedHashMapEx()  | 
LinkedHashMapEx(int initialCapacity)  | 
LinkedHashMapEx(int initialCapacity,
               float loadFactor)  | 
LinkedHashMapEx(int initialCapacity,
               float loadFactor,
               boolean accessOrder)  | 
LinkedHashMapEx(Map<? extends K,? extends V> m)  | 
| Modifier and Type | Method and Description | 
|---|---|
Map.Entry<K,V> | 
getLastEntry()  | 
Map.Entry<K,V> | 
pollLastEntry()  | 
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, waitclear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesCopyright © 2018 SPF4J. All rights reserved.