KEYTYPE - key typeVALUETYPE - value typeCOLLTYPE - Set type containing value types@NotThreadSafe public abstract class AbstractMultiTreeMapSetBased<KEYTYPE,VALUETYPE,COLLTYPE extends ICommonsSet<VALUETYPE>> extends AbstractMultiTreeMap<KEYTYPE,VALUETYPE,COLLTYPE> implements IMultiMapSetBased<KEYTYPE,VALUETYPE,COLLTYPE>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
AbstractMultiTreeMapSetBased() |
AbstractMultiTreeMapSetBased(Comparator<? super KEYTYPE> aComparator) |
AbstractMultiTreeMapSetBased(KEYTYPE aKey,
COLLTYPE aCollection) |
AbstractMultiTreeMapSetBased(KEYTYPE aKey,
VALUETYPE aValue) |
AbstractMultiTreeMapSetBased(Map<? extends KEYTYPE,? extends COLLTYPE> aCont) |
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, putAll, putAll, putAllMapped, putAllMapped, putAllMapped, putIf, putIfNotNull, removeAll, 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, valuesgetClonegetAsUnmodifiableceilingEntry, ceilingKey, descendingKeySet, descendingMap, firstEntry, floorEntry, floorKey, headMap, headMap, higherEntry, higherKey, lastEntry, lowerEntry, lowerKey, navigableKeySet, pollFirstEntry, pollLastEntry, subMap, subMap, tailMap, tailMapcopyOfEntrySet, copyOfKeySet, copyOfKeySet, getFirstKey, getFirstValue, getLastKey, getLastKey, getLastValue, getLastValuepublic AbstractMultiTreeMapSetBased()
public AbstractMultiTreeMapSetBased(@Nullable Comparator<? super KEYTYPE> aComparator)
public AbstractMultiTreeMapSetBased(@Nonnull KEYTYPE aKey, @Nullable VALUETYPE aValue)
public AbstractMultiTreeMapSetBased(@Nullable KEYTYPE aKey, @Nullable COLLTYPE aCollection)
Copyright © 2014–2017 Philip Helger. All rights reserved.