KEYTYPE - key typeVALUETYPE - value type@NotThreadSafe public class MultiTreeMapHashSetBased<KEYTYPE,VALUETYPE> extends AbstractMultiTreeMapSetBased<KEYTYPE,VALUETYPE,ICommonsSet<VALUETYPE>>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
MultiTreeMapHashSetBased() |
MultiTreeMapHashSetBased(Comparator<? super KEYTYPE> aComparator) |
MultiTreeMapHashSetBased(KEYTYPE aKey,
ICommonsSet<VALUETYPE> aCollection) |
MultiTreeMapHashSetBased(KEYTYPE aKey,
VALUETYPE aValue) |
MultiTreeMapHashSetBased(Map<? extends KEYTYPE,? extends ICommonsSet<VALUETYPE>> aCont) |
| Modifier and Type | Method and Description |
|---|---|
protected CommonsHashSet<VALUETYPE> |
createNewCollection() |
getOrCreategetCloneceilingEntry, 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, 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, valuesgetClonegetAsUnmodifiableceilingEntry, ceilingKey, descendingKeySet, descendingMap, firstEntry, floorEntry, floorKey, headMap, headMap, higherEntry, higherKey, lastEntry, lowerEntry, lowerKey, navigableKeySet, pollFirstEntry, pollLastEntry, subMap, subMap, tailMap, tailMapgetFirstKey, getFirstValue, getLastKey, getLastValuepublic MultiTreeMapHashSetBased()
public MultiTreeMapHashSetBased(@Nullable Comparator<? super KEYTYPE> aComparator)
public MultiTreeMapHashSetBased(@Nonnull KEYTYPE aKey, @Nullable VALUETYPE aValue)
public MultiTreeMapHashSetBased(@Nullable KEYTYPE aKey, @Nullable ICommonsSet<VALUETYPE> aCollection)
public MultiTreeMapHashSetBased(@Nullable Map<? extends KEYTYPE,? extends ICommonsSet<VALUETYPE>> aCont)
@Nonnull @ReturnsMutableCopy protected final CommonsHashSet<VALUETYPE> createNewCollection()
createNewCollection in class AbstractMultiTreeMap<KEYTYPE,VALUETYPE,ICommonsSet<VALUETYPE>>Copyright © 2014–2016 Philip Helger. All rights reserved.