KEYTYPE - key typeVALUETYPE - value type@NotThreadSafe public abstract class AbstractMultiTreeMapSetBased<KEYTYPE,VALUETYPE> extends AbstractMultiTreeMap<KEYTYPE,VALUETYPE,Set<VALUETYPE>> implements IMultiMapSetBased<KEYTYPE,VALUETYPE>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
AbstractMultiTreeMapSetBased() |
AbstractMultiTreeMapSetBased(Comparator<? super KEYTYPE> aComparator) |
AbstractMultiTreeMapSetBased(KEYTYPE aKey,
Set<VALUETYPE> aCollection) |
AbstractMultiTreeMapSetBased(KEYTYPE aKey,
VALUETYPE aValue) |
AbstractMultiTreeMapSetBased(Map<? extends KEYTYPE,? extends Set<VALUETYPE>> aCont) |
containsSingle, createNewCollection, getOrCreate, getTotalValueCount, putAllIn, putSingle, removeSingleceilingEntry, 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, getOrCreate, getTotalValueCount, putAllIn, putSingle, removeSingleclear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuespublic AbstractMultiTreeMapSetBased()
public AbstractMultiTreeMapSetBased(@Nullable Comparator<? super KEYTYPE> aComparator)
public AbstractMultiTreeMapSetBased(@Nullable KEYTYPE aKey, @Nullable VALUETYPE aValue)
public AbstractMultiTreeMapSetBased(@Nullable KEYTYPE aKey, @Nullable Set<VALUETYPE> aCollection)
Copyright © 2014–2015 Philip Helger. All rights reserved.