KEYTYPE - key typeVALUETYPE - value type@NotThreadSafe public abstract class AbstractMultiLinkedHashMapSetBased<KEYTYPE,VALUETYPE> extends AbstractMultiLinkedHashMap<KEYTYPE,VALUETYPE,Set<VALUETYPE>> implements IMultiMapSetBased<KEYTYPE,VALUETYPE>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
AbstractMultiLinkedHashMapSetBased() |
AbstractMultiLinkedHashMapSetBased(KEYTYPE aKey,
Set<VALUETYPE> aCollection) |
AbstractMultiLinkedHashMapSetBased(KEYTYPE aKey,
VALUETYPE aValue) |
AbstractMultiLinkedHashMapSetBased(Map<? extends KEYTYPE,? extends Set<VALUETYPE>> aCont) |
containsSingle, createNewCollection, 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 AbstractMultiLinkedHashMapSetBased()
public AbstractMultiLinkedHashMapSetBased(@Nullable KEYTYPE aKey, @Nullable VALUETYPE aValue)
public AbstractMultiLinkedHashMapSetBased(@Nullable KEYTYPE aKey, @Nullable Set<VALUETYPE> aCollection)
Copyright © 2006–2014 phloc systems. All rights reserved.