KEYTYPE - key typeVALUETYPE - value type@NotThreadSafe public abstract class AbstractMultiHashMapListBased<KEYTYPE,VALUETYPE> extends AbstractMultiHashMap<KEYTYPE,VALUETYPE,ICommonsList<VALUETYPE>> implements IMultiMapListBased<KEYTYPE,VALUETYPE>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
AbstractMultiHashMapListBased() |
AbstractMultiHashMapListBased(KEYTYPE aKey,
ICommonsList<VALUETYPE> aCollection) |
AbstractMultiHashMapListBased(KEYTYPE aKey,
VALUETYPE aValue) |
AbstractMultiHashMapListBased(Map<? extends KEYTYPE,? extends ICommonsList<VALUETYPE>> aCont) |
createNewCollection, getOrCreategetCloneclear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesequals, 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, valuesgetClonepublic AbstractMultiHashMapListBased()
public AbstractMultiHashMapListBased(@Nonnull KEYTYPE aKey, @Nullable VALUETYPE aValue)
public AbstractMultiHashMapListBased(@Nullable KEYTYPE aKey, @Nullable ICommonsList<VALUETYPE> aCollection)
public AbstractMultiHashMapListBased(@Nullable Map<? extends KEYTYPE,? extends ICommonsList<VALUETYPE>> aCont)
Copyright © 2014–2016 Philip Helger. All rights reserved.