DATA1TYPE - First type of the pair type.DATA2TYPE - Second type of the pair type.@NotThreadSafe public class KeyValuePairList<DATA1TYPE,DATA2TYPE> extends ArrayList<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 |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeRange, retainAll, set, size, subList, toArray, toArray, trimToSizeequals, hashCodecontainsAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAll, equals, hashCodeCopyright © 2014–2015 Philip Helger. All rights reserved.