KEYTYPE - key typeVALUETYPE - value type@NotThreadSafe public abstract class AbstractMultiTreeMapListBased<KEYTYPE,VALUETYPE> extends AbstractMultiTreeMap<KEYTYPE,VALUETYPE,ICommonsList<VALUETYPE>> implements IMultiMapListBased<KEYTYPE,VALUETYPE>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
AbstractMultiTreeMapListBased() |
AbstractMultiTreeMapListBased(Comparator<? super KEYTYPE> aComparator) |
AbstractMultiTreeMapListBased(KEYTYPE aKey,
ICommonsList<VALUETYPE> aCollection) |
AbstractMultiTreeMapListBased(KEYTYPE aKey,
VALUETYPE aValue) |
AbstractMultiTreeMapListBased(Map<? extends KEYTYPE,? extends ICommonsList<VALUETYPE>> 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, waitputSinglecontainsSingle, 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 AbstractMultiTreeMapListBased()
public AbstractMultiTreeMapListBased(@Nullable Comparator<? super KEYTYPE> aComparator)
public AbstractMultiTreeMapListBased(@Nonnull KEYTYPE aKey, @Nullable VALUETYPE aValue)
public AbstractMultiTreeMapListBased(@Nullable KEYTYPE aKey, @Nullable ICommonsList<VALUETYPE> aCollection)
public AbstractMultiTreeMapListBased(@Nullable Map<? extends KEYTYPE,? extends ICommonsList<VALUETYPE>> aCont)
Copyright © 2014–2017 Philip Helger. All rights reserved.