KEYTYPE - key typeVALUETYPE - value type@NotThreadSafe public class MultiTreeMapLinkedHashSetBased<KEYTYPE,VALUETYPE> extends AbstractMultiTreeMapSetBased<KEYTYPE,VALUETYPE>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
MultiTreeMapLinkedHashSetBased() |
MultiTreeMapLinkedHashSetBased(Comparator<? super KEYTYPE> aComparator) |
MultiTreeMapLinkedHashSetBased(KEYTYPE aKey,
Set<VALUETYPE> aCollection) |
MultiTreeMapLinkedHashSetBased(KEYTYPE aKey,
VALUETYPE aValue) |
MultiTreeMapLinkedHashSetBased(Map<? extends KEYTYPE,? extends Set<VALUETYPE>> aCont) |
| Modifier and Type | Method and Description |
|---|---|
protected Set<VALUETYPE> |
createNewCollection() |
containsSingle, getOrCreate, getTotalValueCount, putAllIn, putSingle, removeSingleceilingEntry, ceilingKey, clear, clone, comparator, containsKey, containsValue, descendingKeySet, descendingMap, entrySet, firstEntry, firstKey, floorEntry, floorKey, get, headMap, headMap, higherEntry, higherKey, keySet, lastEntry, lastKey, lowerEntry, lowerKey, navigableKeySet, pollFirstEntry, pollLastEntry, put, putAll, remove, size, subMap, subMap, tailMap, tailMap, valuesequals, hashCode, isEmpty, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsSingle, getOrCreate, getTotalValueCount, putAllIn, putSingle, removeSinglepublic MultiTreeMapLinkedHashSetBased()
public MultiTreeMapLinkedHashSetBased(@Nullable Comparator<? super KEYTYPE> aComparator)
public MultiTreeMapLinkedHashSetBased(@Nullable KEYTYPE aKey, @Nullable VALUETYPE aValue)
public MultiTreeMapLinkedHashSetBased(@Nullable KEYTYPE aKey, @Nullable Set<VALUETYPE> aCollection)
@Nonnull protected final Set<VALUETYPE> createNewCollection()
createNewCollection in class AbstractMultiTreeMap<KEYTYPE,VALUETYPE,Set<VALUETYPE>>Copyright © 2006–2015 phloc systems. All rights reserved.