KEYTYPE - Key typeVALUETYPE - Value typepublic interface IMultiMapListBased<KEYTYPE,VALUETYPE> extends IMultiMap<KEYTYPE,VALUETYPE,List<VALUETYPE>>
List for the storage.| Modifier and Type | Method and Description |
|---|---|
EChange |
putSingle(KEYTYPE aKey,
VALUETYPE aValue,
int nIndex)
Add a single value into the container identified by the passed key at the
specified index.
|
containsSingle, getOrCreate, getTotalValueCount, putAllIn, putSingle, removeSingleclear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values@Nonnull EChange putSingle(@Nonnull KEYTYPE aKey, @Nullable VALUETYPE aValue, @Nonnegative int nIndex)
aKey - The key to use. May not be null.aValue - The value to be added. May be null.nIndex - The index to add the element to the list. Must be ≥ 0.EChangeCopyright © 2014–2015 Philip Helger. All rights reserved.