KEYTYPE - key typeVALUETYPE - value type@NotThreadSafe public abstract class AbstractMultiLinkedHashMapListBased<KEYTYPE,VALUETYPE> extends AbstractMultiLinkedHashMap<KEYTYPE,VALUETYPE,ICommonsList<VALUETYPE>> implements IMultiMapListBased<KEYTYPE,VALUETYPE>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
AbstractMultiLinkedHashMapListBased() |
AbstractMultiLinkedHashMapListBased(KEYTYPE aKey,
ICommonsList<VALUETYPE> aCollection) |
AbstractMultiLinkedHashMapListBased(KEYTYPE aKey,
VALUETYPE aValue) |
AbstractMultiLinkedHashMapListBased(Map<? extends KEYTYPE,? extends ICommonsList<VALUETYPE>> aCont) |
createNewCollection, getOrCreategetCloneclear, 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, waitputSinglecontainsSingle, forEachSingle, getOrCreate, getTotalValueCount, putAllIn, putSingle, removeSingleaddAll, copyOfEntrySet, copyOfKeySet, 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, valuesgetClonecopyOfEntrySet, copyOfKeySet, getLastKey, getLastValuepublic AbstractMultiLinkedHashMapListBased()
public AbstractMultiLinkedHashMapListBased(@Nonnull KEYTYPE aKey, @Nullable VALUETYPE aValue)
public AbstractMultiLinkedHashMapListBased(@Nullable KEYTYPE aKey, @Nullable ICommonsList<VALUETYPE> aCollection)
public AbstractMultiLinkedHashMapListBased(@Nullable Map<? extends KEYTYPE,? extends ICommonsList<VALUETYPE>> aCont)
Copyright © 2014–2016 Philip Helger. All rights reserved.