ConcurrentMapAcceptingNullVals
as a backing store.
However the class will likely be kept around with tests for the time being
as we would like to repair this.@Deprecated public class ListConfigKey<V> extends AbstractCollectionConfigKey<java.util.List<V>,java.util.List<java.lang.Object>,V>
To add all items in a collection, to add a collection as a single element,
to clear the list, or to set a collection (clearing first),
use the relevant ListConfigKey.ListModification in ListConfigKey.ListModifications.
Specific values can be added in a replaceable way by referring to a subkey.
| Modifier and Type | Class and Description |
|---|---|
static class |
ListConfigKey.Builder<V>
Deprecated.
|
static interface |
ListConfigKey.ListModification<T>
Deprecated.
|
static class |
ListConfigKey.ListModificationBase<T>
Deprecated.
|
static class |
ListConfigKey.ListModifications
Deprecated.
|
BasicConfigKey.BasicConfigKeyOverwriting<T>StructuredConfigKey.StructuredModification<T extends StructuredConfigKey>, StructuredConfigKey.StructuredModificationsConfigKey.HasConfigKey<T>| Constructor and Description |
|---|
ListConfigKey(<any> subType,
java.lang.String name)
Deprecated.
|
ListConfigKey(<any> subType,
java.lang.String name,
java.lang.String description)
Deprecated.
|
ListConfigKey(<any> subType,
java.lang.String name,
java.lang.String description,
java.util.List<? extends V> defaultValue)
Deprecated.
|
ListConfigKey(ListConfigKey.Builder<V> builder)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Deprecated.
|
applyValueToMap, subKeyacceptsKeyMatch, acceptsSubkey, acceptsSubkeyStronglyTyped, extractSubKeyName, extractValue, isSet, rawValuebuilder, builder, builder, equals, getConstraint, getDefaultValue, getDeprecatedNames, getDescription, getInheritance, getInheritanceByContext, getInheritanceByContext, getName, getNameParts, getParentInheritance, getType, getTypeInheritance, getTypeName, getTypeToken, hasDefaultValue, hashCode, isReconfigurable, isValueValidpublic ListConfigKey(ListConfigKey.Builder<V> builder)
public ListConfigKey(<any> subType,
java.lang.String name)
public ListConfigKey(<any> subType,
java.lang.String name,
java.lang.String description)
public ListConfigKey(<any> subType,
java.lang.String name,
java.lang.String description,
java.util.List<? extends V> defaultValue)
public java.lang.String toString()
toString in class BasicConfigKey<java.util.List<V>>