Interface | Description |
---|---|
CollectionValue<E,C extends Collection<E>,V extends CollectionValue<E,C,V,I>,I extends ImmutableCollectionValue<E,C,I,V>> |
Represents a
Value that is backed by a Collection of
elements. |
CompositeValueStore<S extends CompositeValueStore<S,H>,H extends ValueContainer<?>> |
Represents a
ValueContainer that contains a various bundle of
ValueContainer s of type declared by the extension that can be
manipulated separately from this CompositeValueStore . |
ListValue<E> |
A type of
CollectionValue that is backed by a List . |
MapValue<K,V> |
Represents a specialized type of
Value that is different from
a CollectionValue such that the "elements" are
Map.Entry . |
MutableBoundedValue<E> |
A type of
BoundedValue that is modifiable as a Value . |
OptionalValue<E> | |
PatternListValue |
Represents a customized
ListValue handling PatternLayer s. |
SetValue<E> |
Represents a type of
CollectionValue backed by a Set . |
Value<E> |
Represents a type of
BaseValue that is mutable. |
WeightedCollectionValue<E> |
Represents a particular type of
CollectionValue that is backed by
a WeightedTable . |