DATA1TYPE - First type of the pair type.DATA2TYPE - Second type of the pair type.@NotThreadSafe public class KeyValuePairList<DATA1TYPE,DATA2TYPE> extends CommonsArrayList<IPair<DATA1TYPE,DATA2TYPE>>
modCount| Constructor and Description |
|---|
KeyValuePairList() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(DATA1TYPE aKey,
DATA2TYPE aValue)
Add the pair to the list.
|
void |
addNonNullValue(DATA1TYPE aKey,
DATA2TYPE aValue)
Add the pair only if the value is non-
null |
getCloneadd, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizeequals, hashCodecontainsAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcreateInstance, getAll, getAllInstanceOf, getAllMapped, getAllMapped, getAsUnmodifiable, getAtIndex, getFirst, getLast, removeAndReturnElementAtIndex, removeAtIndex, removeFirst, removeLast, setFirst, setLastadd, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArrayaddAll, addAll, addAll, addAll, addAllMapped, addAllMapped, addIf, addIfNotNull, containsAny, containsNone, containsOnly, findAll, findAll, findAllInstanceOf, findAllMapped, findAllMapped, findAllMapped, findAllMapped, findFirst, findFirst, findFirstMapped, findFirstMapped, getAtIndex, getAtIndex, getAtIndex, getAtIndexMapped, getAtIndexMapped, getCopyAsList, getCount, getSorted, isNotEmpty, iterator2, removeAll, set, setAll, setAllparallelStream, removeIf, streamCopyright © 2014–2016 Philip Helger. All rights reserved.