public class CommonsLinkedHashMap<KEYTYPE,VALUETYPE> extends LinkedHashMap<KEYTYPE,VALUETYPE> implements ICommonsOrderedMap<KEYTYPE,VALUETYPE>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
CommonsLinkedHashMap() |
CommonsLinkedHashMap(int nInitialCapacity) |
CommonsLinkedHashMap(int nInitialCapacity,
float fLoadFactor) |
CommonsLinkedHashMap(int nInitialCapacity,
float fLoadFactor,
boolean bAccessOrder) |
CommonsLinkedHashMap(Map<? extends KEYTYPE,? extends VALUETYPE> aMap) |
| Modifier and Type | Method and Description |
|---|---|
CommonsLinkedHashMap<KEYTYPE,VALUETYPE> |
getClone() |
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, waitcopyOfEntrySet, copyOfKeySet, getLastKey, getLastValueaddAll, copyOfValues, copyOfValues, copyOfValuesMapped, copyOfValuesMapped, findFirstEntry, findFirstKey, findFirstValue, getAsUnmodifiable, getFirstEntry, getFirstKey, getFirstValue, getSortedByKey, getSortedByValue, getSwappedKeyValues, isNotEmpty, putIf, putIfNotNull, removeAll, setAllclear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuespublic CommonsLinkedHashMap()
public CommonsLinkedHashMap(@Nonnegative int nInitialCapacity)
public CommonsLinkedHashMap(@Nonnegative int nInitialCapacity, float fLoadFactor)
public CommonsLinkedHashMap(@Nullable Map<? extends KEYTYPE,? extends VALUETYPE> aMap)
public CommonsLinkedHashMap(@Nonnegative int nInitialCapacity, float fLoadFactor, boolean bAccessOrder)
@Nonnull @ReturnsMutableCopy public CommonsLinkedHashMap<KEYTYPE,VALUETYPE> getClone()
getClone in interface ICommonsOrderedMap<KEYTYPE,VALUETYPE>getClone in interface ICloneable<ICommonsMap<KEYTYPE,VALUETYPE>>Copyright © 2014–2016 Philip Helger. All rights reserved.