KEYTYPE - key typeVALUETYPE - value type@NotThreadSafe public class MultiHashMapLinkedHashSetBased<KEYTYPE,VALUETYPE> extends AbstractMultiHashMapSetBased<KEYTYPE,VALUETYPE>
HashMap and
LinkedHashSet values.AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
MultiHashMapLinkedHashSetBased() |
MultiHashMapLinkedHashSetBased(KEYTYPE aKey,
Set<VALUETYPE> aCollection) |
MultiHashMapLinkedHashSetBased(KEYTYPE aKey,
VALUETYPE aValue) |
MultiHashMapLinkedHashSetBased(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 MultiHashMapLinkedHashSetBased()
public MultiHashMapLinkedHashSetBased(@Nullable KEYTYPE aKey, @Nullable VALUETYPE aValue)
public MultiHashMapLinkedHashSetBased(@Nullable KEYTYPE aKey, @Nullable Set<VALUETYPE> aCollection)
@Nonnull protected final Set<VALUETYPE> createNewCollection()
createNewCollection in class AbstractMultiHashMap<KEYTYPE,VALUETYPE,Set<VALUETYPE>>Copyright © 2006–2015 phloc systems. All rights reserved.