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, 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
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
Copyright © 2018 SPF4J. All rights reserved.