KEYTYPE - key typeVALUETYPE - value type@NotThreadSafe public class MultiTreeMapHashSetBased<KEYTYPE,VALUETYPE> extends AbstractMultiTreeMapSetBased<KEYTYPE,VALUETYPE,com.helger.commons.collection.impl.ICommonsSet<VALUETYPE>>
CommonsTreeMap
and CommonsHashSet values. AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
MultiTreeMapHashSetBased() |
MultiTreeMapHashSetBased(Comparator<? super KEYTYPE> aComparator) |
MultiTreeMapHashSetBased(KEYTYPE aKey,
com.helger.commons.collection.impl.ICommonsSet<VALUETYPE> aCollection) |
MultiTreeMapHashSetBased(KEYTYPE aKey,
VALUETYPE aValue) |
MultiTreeMapHashSetBased(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, getCloneceilingEntry, ceilingKey, clear, clone, comparator, containsKey, containsValue, descendingKeySet, descendingMap, entrySet, firstEntry, firstKey, floorEntry, floorKey, forEach, get, headMap, headMap, higherEntry, higherKey, keySet, lastEntry, lastKey, lowerEntry, lowerKey, navigableKeySet, pollFirstEntry, pollLastEntry, put, putAll, remove, replace, replace, replaceAll, size, subMap, subMap, tailMap, tailMap, valuesequals, hashCode, isEmpty, 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, valuesgetAsUnmodifiableceilingEntry, ceilingKey, descendingKeySet, descendingMap, firstEntry, floorEntry, floorKey, headMap, headMap, higherEntry, higherKey, lastEntry, lowerEntry, lowerKey, navigableKeySet, pollFirstEntry, pollLastEntry, subMap, subMap, tailMap, tailMappublic MultiTreeMapHashSetBased()
public MultiTreeMapHashSetBased(@Nullable Comparator<? super KEYTYPE> aComparator)
public MultiTreeMapHashSetBased(@Nonnull KEYTYPE aKey, @Nullable VALUETYPE aValue)
public MultiTreeMapHashSetBased(@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 AbstractMultiTreeMap<KEYTYPE,VALUETYPE,com.helger.commons.collection.impl.ICommonsSet<VALUETYPE>>Copyright © 2017–2020 Philip Helger. All rights reserved.