public static class SetConfigKey.SetModificationBase<T> extends java.util.LinkedHashSet<T> implements SetConfigKey.SetModification<T>
Constructor and Description |
---|
SetConfigKey.SetModificationBase(java.util.Collection<T> delegate,
boolean clearFirst) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
applyToKeyInMap(SetConfigKey<T> key,
java.util.Map target) |
add, clear, clone, contains, isEmpty, iterator, remove, size
public SetConfigKey.SetModificationBase(java.util.Collection<T> delegate, boolean clearFirst)
public java.lang.Object applyToKeyInMap(SetConfigKey<T> key, java.util.Map target)
applyToKeyInMap
in interface StructuredConfigKey.StructuredModification<SetConfigKey<T>>