KEYTYPE - key typeVALUETYPE - value type@NotThreadSafe public class MultiConcurrentHashMapTreeSetBased<KEYTYPE,VALUETYPE extends Comparable<? super VALUETYPE>> extends AbstractMultiConcurrentHashMapSetBased<KEYTYPE,VALUETYPE>
ConcurrentHashMap and
TreeSet values.null keys are not allowed here!AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
MultiConcurrentHashMapTreeSetBased() |
MultiConcurrentHashMapTreeSetBased(KEYTYPE aKey,
Set<VALUETYPE> aCollection) |
MultiConcurrentHashMapTreeSetBased(KEYTYPE aKey,
VALUETYPE aValue) |
MultiConcurrentHashMapTreeSetBased(Map<? extends KEYTYPE,? extends Set<VALUETYPE>> aCont) |
| Modifier and Type | Method and Description |
|---|---|
protected Set<VALUETYPE> |
createNewCollection() |
containsSingle, getOrCreate, getTotalValueCount, putAllIn, putSingle, removeSingleclear, contains, containsKey, containsValue, elements, entrySet, get, isEmpty, keys, keySet, put, putAll, putIfAbsent, remove, remove, replace, replace, size, valuesclone, equals, hashCode, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsSingle, getOrCreate, getTotalValueCount, putAllIn, putSingle, removeSinglepublic MultiConcurrentHashMapTreeSetBased()
public MultiConcurrentHashMapTreeSetBased(@Nonnull KEYTYPE aKey, @Nullable VALUETYPE aValue)
public MultiConcurrentHashMapTreeSetBased(@Nonnull KEYTYPE aKey, @Nonnull Set<VALUETYPE> aCollection)
@Nonnull @ReturnsMutableCopy protected final Set<VALUETYPE> createNewCollection()
createNewCollection in class AbstractMultiConcurrentHashMap<KEYTYPE,VALUETYPE extends Comparable<? super VALUETYPE>,Set<VALUETYPE extends Comparable<? super VALUETYPE>>>Copyright © 2014–2015 Philip Helger. All rights reserved.