Uses of Interface
io.github.mmm.value.observable.container.ReadableContainerValue
-
Packages that use ReadableContainerValue Package Description io.github.mmm.property.container Contains property infrastructure for containers (such as Collection or Map).io.github.mmm.property.container.collection io.github.mmm.property.container.list Contains property infrastructure forList
.io.github.mmm.property.container.map Contains property infrastructure forMap
.io.github.mmm.property.container.set Contains property infrastructure forSet
.io.github.mmm.value.observable.container io.github.mmm.value.observable.container.collection io.github.mmm.value.observable.container.list io.github.mmm.value.observable.container.map io.github.mmm.value.observable.container.set -
-
Uses of ReadableContainerValue in io.github.mmm.property.container
Subinterfaces of ReadableContainerValue in io.github.mmm.property.container Modifier and Type Interface Description interface
ReadableContainerProperty<V,E>
interface
WritableContainerProperty<V,E>
WritableProperty
with containervalue
.Classes in io.github.mmm.property.container that implement ReadableContainerValue Modifier and Type Class Description class
ContainerProperty<V,E>
Implementation ofWritableContainerProperty
. -
Uses of ReadableContainerValue in io.github.mmm.property.container.collection
Subinterfaces of ReadableContainerValue in io.github.mmm.property.container.collection with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw Modifier and Type Interface Description interface
io.github.mmm.property.container.collection.ReadableCollectionProperty<V extends Collection<E>,E>
interface
io.github.mmm.property.container.collection.WritableCollectionProperty<V extends Collection<E>,E>
Classes in io.github.mmm.property.container.collection with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw ReadableContainerValue Modifier and Type Class Description class
io.github.mmm.property.container.collection.CollectionProperty<V extends Collection<E>,E>
Implementation ofWritableCollectionProperty
. -
Uses of ReadableContainerValue in io.github.mmm.property.container.list
Subinterfaces of ReadableContainerValue in io.github.mmm.property.container.list Modifier and Type Interface Description interface
ReadableListProperty<E>
interface
WritableListProperty<E>
Classes in io.github.mmm.property.container.list that implement ReadableContainerValue Modifier and Type Class Description class
ListProperty<E>
Implementation ofWritableListProperty
. -
Uses of ReadableContainerValue in io.github.mmm.property.container.map
Subinterfaces of ReadableContainerValue in io.github.mmm.property.container.map Modifier and Type Interface Description interface
ReadableMapProperty<K,V>
interface
WritableMapProperty<K,V>
Classes in io.github.mmm.property.container.map that implement ReadableContainerValue Modifier and Type Class Description class
MapProperty<K,V>
Implementation ofWritableMapProperty
. -
Uses of ReadableContainerValue in io.github.mmm.property.container.set
Subinterfaces of ReadableContainerValue in io.github.mmm.property.container.set Modifier and Type Interface Description interface
ReadableSetProperty<E>
interface
WritableSetProperty<E>
Classes in io.github.mmm.property.container.set that implement ReadableContainerValue Modifier and Type Class Description class
SetProperty<E>
Implementation ofWritableSetProperty
. -
Uses of ReadableContainerValue in io.github.mmm.value.observable.container
Subinterfaces of ReadableContainerValue in io.github.mmm.value.observable.container Modifier and Type Interface Description interface
ObservableContainerValue<C,E>
ObservableValue
for containervalue
s.interface
WritableContainerValue<C,E>
WritableObjectValue
for containervalues
(e.g. -
Uses of ReadableContainerValue in io.github.mmm.value.observable.container.collection
Subinterfaces of ReadableContainerValue in io.github.mmm.value.observable.container.collection Modifier and Type Interface Description interface
ObservableCollectionValue<C extends Collection<E>,E>
interface
ReadableCollectionValue<C extends Collection<E>,E>
interface
WritableCollectionValue<C extends Collection<E>,E>
-
Uses of ReadableContainerValue in io.github.mmm.value.observable.container.list
Subinterfaces of ReadableContainerValue in io.github.mmm.value.observable.container.list Modifier and Type Interface Description interface
ObservableListValue<E>
interface
ReadableListValue<E>
interface
WritableListValue<E>
-
Uses of ReadableContainerValue in io.github.mmm.value.observable.container.map
Subinterfaces of ReadableContainerValue in io.github.mmm.value.observable.container.map Modifier and Type Interface Description interface
ObservableMapValue<K,V>
interface
ReadableMapValue<K,V>
interface
WritableMapValue<K,V>
-
Uses of ReadableContainerValue in io.github.mmm.value.observable.container.set
Subinterfaces of ReadableContainerValue in io.github.mmm.value.observable.container.set Modifier and Type Interface Description interface
ObservableSetValue<E>
interface
ReadableSetValue<E>
interface
WritableSetValue<E>
-