public static class ListConfigKey.ListModificationBase<T> extends java.util.ArrayList<T> implements ListConfigKey.ListModification<T>
| Constructor and Description |
|---|
ListModificationBase(java.util.Collection<T> delegate,
boolean clearFirst) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
applyToKeyInMap(ListConfigKey<T> key,
java.util.Map target) |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizeadd, 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, toArraypublic ListModificationBase(java.util.Collection<T> delegate, boolean clearFirst)
public java.lang.Object applyToKeyInMap(ListConfigKey<T> key, java.util.Map target)
applyToKeyInMap in interface StructuredConfigKey.StructuredModification<ListConfigKey<T>>