KEYTYPE - key typeVALUETYPE - value type@NotThreadSafe public class MultiHashMapTreeSetBased<KEYTYPE,VALUETYPE extends Comparable<? super VALUETYPE>> extends AbstractMultiHashMapSetBased<KEYTYPE,VALUETYPE>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
MultiHashMapTreeSetBased() |
MultiHashMapTreeSetBased(KEYTYPE aKey,
Set<VALUETYPE> aCollection) |
MultiHashMapTreeSetBased(KEYTYPE aKey,
VALUETYPE aValue) |
MultiHashMapTreeSetBased(Map<? extends KEYTYPE,? extends Set<VALUETYPE>> aCont) |
| Modifier and Type | Method and Description |
|---|---|
protected Set<VALUETYPE> |
createNewCollection() |
containsSingle, getOrCreate, getTotalValueCount, putAllIn, putSingle, removeSingleclear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, valuesequals, hashCode, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsSingle, getOrCreate, getTotalValueCount, putAllIn, putSingle, removeSinglepublic MultiHashMapTreeSetBased()
public MultiHashMapTreeSetBased(@Nullable KEYTYPE aKey, @Nullable VALUETYPE aValue)
public MultiHashMapTreeSetBased(@Nullable KEYTYPE aKey, @Nullable Set<VALUETYPE> aCollection)
@Nonnull protected final Set<VALUETYPE> createNewCollection()
createNewCollection in class AbstractMultiHashMap<KEYTYPE,VALUETYPE extends Comparable<? super VALUETYPE>,Set<VALUETYPE extends Comparable<? super VALUETYPE>>>Copyright © 2006–2014 phloc systems. All rights reserved.