public static class ListConfigKey.ListModificationBase<T> extends java.util.ArrayList<T> implements ListConfigKey.ListModification<T>
| Constructor and Description |
|---|
ListConfigKey.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) |
public ListConfigKey.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>>