KEYTYPE - key typeVALUETYPE - value type@NotThreadSafe public abstract class AbstractMultiWeakHashMapListBased<KEYTYPE,VALUETYPE> extends AbstractMultiWeakHashMap<KEYTYPE,VALUETYPE,com.helger.commons.collection.impl.ICommonsList<VALUETYPE>> implements IMultiMapListBased<KEYTYPE,VALUETYPE>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
AbstractMultiWeakHashMapListBased() |
AbstractMultiWeakHashMapListBased(KEYTYPE aKey,
com.helger.commons.collection.impl.ICommonsList<VALUETYPE> aCollection) |
AbstractMultiWeakHashMapListBased(KEYTYPE aKey,
VALUETYPE aValue) |
AbstractMultiWeakHashMapListBased(Map<? extends KEYTYPE,? extends com.helger.commons.collection.impl.ICommonsList<VALUETYPE>> aCont) |
createNewCollection, getOrCreatecreateInstance, getCloneclear, containsKey, containsValue, entrySet, forEach, get, isEmpty, keySet, put, putAll, remove, replaceAll, size, valuesclone, equals, hashCode, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitputSinglecontainsSingle, forEachSingle, forEachSingleValue, getOrCreate, getTotalValueCount, putAllIn, putSingle, removeSingleaddAll, containsAnyEntry, containsAnyKey, containsAnyValue, copyOfEntrySet, copyOfKeySet, copyOfKeySet, copyOfValues, copyOfValues, copyOfValuesMapped, copyOfValuesMapped, createInstance, findFirstEntry, findFirstKey, findFirstValue, forEach, forEachKey, forEachKey, forEachValue, forEachValue, getAsUnmodifiable, getFirstEntry, getFirstEntry, getFirstKey, getFirstKey, getFirstValue, getFirstValue, getSortedByKey, getSortedByValue, getSwappedKeyValues, isNotEmpty, put, putAll, putAll, putAllMapped, putAllMapped, putAllMapped, putIf, putIfNotNull, removeAll, removeIf, removeIfKey, removeIfValue, removeObject, 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 AbstractMultiWeakHashMapListBased()
public AbstractMultiWeakHashMapListBased(@Nonnull KEYTYPE aKey, @Nullable VALUETYPE aValue)
public AbstractMultiWeakHashMapListBased(@Nonnull KEYTYPE aKey, @Nullable com.helger.commons.collection.impl.ICommonsList<VALUETYPE> aCollection)
Copyright © 2017–2020 Philip Helger. All rights reserved.