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