KEYTYPE - key typeVALUETYPE - value type@NotThreadSafe public class MultiHashMapHashSetBased<KEYTYPE,VALUETYPE> extends AbstractMultiHashMapSetBased<KEYTYPE,VALUETYPE,com.helger.commons.collection.impl.ICommonsSet<VALUETYPE>>
HashMap and CommonsHashSet
values.AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
MultiHashMapHashSetBased() |
MultiHashMapHashSetBased(KEYTYPE aKey,
com.helger.commons.collection.impl.ICommonsSet<VALUETYPE> aCollection) |
MultiHashMapHashSetBased(KEYTYPE aKey,
VALUETYPE aValue) |
MultiHashMapHashSetBased(Map<? extends KEYTYPE,? extends com.helger.commons.collection.impl.ICommonsSet<VALUETYPE>> aCont) |
| Modifier and Type | Method and Description |
|---|---|
protected com.helger.commons.collection.impl.CommonsHashSet<VALUETYPE> |
createNewCollection() |
getOrCreatecreateInstance, getCloneclear, 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, 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 MultiHashMapHashSetBased()
public MultiHashMapHashSetBased(@Nonnull KEYTYPE aKey, @Nullable VALUETYPE aValue)
public MultiHashMapHashSetBased(@Nullable KEYTYPE aKey, @Nullable com.helger.commons.collection.impl.ICommonsSet<VALUETYPE> aCollection)
@Nonnull @ReturnsMutableCopy protected final com.helger.commons.collection.impl.CommonsHashSet<VALUETYPE> createNewCollection()
createNewCollection in class AbstractMultiHashMap<KEYTYPE,VALUETYPE,com.helger.commons.collection.impl.ICommonsSet<VALUETYPE>>Copyright © 2017–2020 Philip Helger. All rights reserved.