KEYTYPE - key typeVALUETYPE - value type@NotThreadSafe public class MultiLinkedHashMapVectorBased<KEYTYPE,VALUETYPE> extends AbstractMultiLinkedHashMapListBased<KEYTYPE,VALUETYPE>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
MultiLinkedHashMapVectorBased() |
MultiLinkedHashMapVectorBased(KEYTYPE aKey,
List<VALUETYPE> aCollection) |
MultiLinkedHashMapVectorBased(KEYTYPE aKey,
VALUETYPE aValue) |
MultiLinkedHashMapVectorBased(Map<? extends KEYTYPE,? extends List<VALUETYPE>> aCont) |
| Modifier and Type | Method and Description |
|---|---|
protected List<VALUETYPE> |
createNewCollection() |
putSinglecontainsSingle, 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 MultiLinkedHashMapVectorBased()
public MultiLinkedHashMapVectorBased(@Nullable KEYTYPE aKey, @Nullable VALUETYPE aValue)
public MultiLinkedHashMapVectorBased(@Nullable KEYTYPE aKey, @Nullable List<VALUETYPE> aCollection)
@Nonnull protected final List<VALUETYPE> createNewCollection()
createNewCollection in class AbstractMultiLinkedHashMap<KEYTYPE,VALUETYPE,List<VALUETYPE>>Copyright © 2006–2014 phloc systems. All rights reserved.