KEYTYPE - key typeVALUETYPE - value typeCOLLTYPE - Set type containing value types@NotThreadSafe public abstract class AbstractMultiHashMapSetBased<KEYTYPE,VALUETYPE,COLLTYPE extends ICommonsSet<VALUETYPE>> extends AbstractMultiHashMap<KEYTYPE,VALUETYPE,COLLTYPE> implements IMultiMapSetBased<KEYTYPE,VALUETYPE,COLLTYPE>
HashMap and ICommonsSet
values.AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
AbstractMultiHashMapSetBased() |
AbstractMultiHashMapSetBased(KEYTYPE aKey,
COLLTYPE aCollection) |
AbstractMultiHashMapSetBased(KEYTYPE aKey,
VALUETYPE aValue) |
AbstractMultiHashMapSetBased(Map<? extends KEYTYPE,? extends COLLTYPE> 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, waitcontainsSingle, 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 AbstractMultiHashMapSetBased()
public AbstractMultiHashMapSetBased(@Nonnull KEYTYPE aKey, @Nullable VALUETYPE aValue)
public AbstractMultiHashMapSetBased(@Nullable KEYTYPE aKey, @Nullable COLLTYPE aCollection)
Copyright © 2014–2016 Philip Helger. All rights reserved.