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, removeSingle@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.