Class MapProperty<K,V>

Type Parameters:
K - type of the keys.
V - type of the values.
All Implemented Interfaces:
io.github.mmm.event.EventSource<ObservableEvent<Map<K,V>>,ObservableEventListener<? super Map<K,V>>>, io.github.mmm.marshall.MarshallableObject, io.github.mmm.marshall.Marshaller<Object>, io.github.mmm.marshall.Marshalling<Object>, io.github.mmm.marshall.MarshallingObject, io.github.mmm.marshall.UnmarshallableObject, io.github.mmm.marshall.Unmarshaller<Object>, AttributeReadOnly, ReadableMapProperty<K,V>, WritableMapProperty<K,V>, ReadableContainerProperty<Map<K,V>,V>, WritableContainerProperty<Map<K,V>,V>, ReadableProperty<Map<K,V>>, WritableProperty<Map<K,V>>, Validatable, io.github.mmm.value.CriteriaObject<Map<K,V>>, ObservableMapValue<K,V>, ReadableMapValue<K,V>, WritableMapValue<K,V>, ObservableContainerValue<Map<K,V>,V>, ReadableContainerValue<Map<K,V>,V>, WritableContainerValue<Map<K,V>,V>, ReadableObjectValue<Map<K,V>>, ReadableTypedObjectValue<Map<K,V>>, WritableObjectValue<Map<K,V>>, ObservableValue<Map<K,V>>, WritableObservableValue<Map<K,V>>, io.github.mmm.value.PropertyPath<Map<K,V>>, io.github.mmm.value.ReadablePath, io.github.mmm.value.ReadableTypedValue<Map<K,V>>, io.github.mmm.value.ReadableValue<Map<K,V>>, io.github.mmm.value.TypedPropertyPath<Map<K,V>>, io.github.mmm.value.WritableValue<Map<K,V>>, Cloneable, Comparable<ReadableProperty<?>>, Supplier<Map<K,V>>

public class MapProperty<K,V> extends ContainerProperty<Map<K,V>,V> implements WritableMapProperty<K,V>
Implementation of WritableMapProperty.
Since:
1.0.0