KEYTYPE - key typeVALUETYPE - value type@NotThreadSafe public class MultiTreeMapTreeSetBased<KEYTYPE,VALUETYPE extends Comparable<? super VALUETYPE>> extends AbstractMultiTreeMapSetBased<KEYTYPE,VALUETYPE,ICommonsNavigableSet<VALUETYPE>>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
MultiTreeMapTreeSetBased() |
MultiTreeMapTreeSetBased(Comparator<? super KEYTYPE> aComparator) |
MultiTreeMapTreeSetBased(KEYTYPE aKey,
ICommonsNavigableSet<VALUETYPE> aCollection) |
MultiTreeMapTreeSetBased(KEYTYPE aKey,
VALUETYPE aValue) |
MultiTreeMapTreeSetBased(Map<? extends KEYTYPE,? extends ICommonsNavigableSet<VALUETYPE>> aCont) |
| Modifier and Type | Method and Description |
|---|---|
protected CommonsTreeSet<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, 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 MultiTreeMapTreeSetBased()
public MultiTreeMapTreeSetBased(@Nullable Comparator<? super KEYTYPE> aComparator)
public MultiTreeMapTreeSetBased(@Nonnull KEYTYPE aKey, @Nullable VALUETYPE aValue)
public MultiTreeMapTreeSetBased(@Nullable KEYTYPE aKey, @Nullable ICommonsNavigableSet<VALUETYPE> aCollection)
public MultiTreeMapTreeSetBased(@Nullable Map<? extends KEYTYPE,? extends ICommonsNavigableSet<VALUETYPE>> aCont)
@Nonnull @ReturnsMutableCopy protected final CommonsTreeSet<VALUETYPE> createNewCollection()
createNewCollection in class AbstractMultiTreeMap<KEYTYPE,VALUETYPE extends Comparable<? super VALUETYPE>,ICommonsNavigableSet<VALUETYPE extends Comparable<? super VALUETYPE>>>Copyright © 2014–2017 Philip Helger. All rights reserved.