Uses of Interface
io.github.mmm.value.observable.container.map.ReadableMapValue
-
Packages that use ReadableMapValue Package Description io.github.mmm.property.container.map Contains property infrastructure forMap
.io.github.mmm.value.observable.container.map -
-
Uses of ReadableMapValue in io.github.mmm.property.container.map
Subinterfaces of ReadableMapValue 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 ReadableMapValue Modifier and Type Class Description class
MapProperty<K,V>
Implementation ofWritableMapProperty
. -
Uses of ReadableMapValue in io.github.mmm.value.observable.container.map
Subinterfaces of ReadableMapValue in io.github.mmm.value.observable.container.map Modifier and Type Interface Description interface
ObservableMapValue<K,V>
interface
WritableMapValue<K,V>
-