Module javafx.base

Interface WritableMapValue<K,​V>

Type Parameters:
K - the type of the key elements of the Map
V - the type of the value elements of the Map
All Superinterfaces:
Map<K,​V>, Observable, ObservableMap<K,​V>, WritableObjectValue<ObservableMap<K,​V>>, WritableValue<ObservableMap<K,​V>>
All Known Implementing Classes:
MapProperty, MapPropertyBase, ReadOnlyMapWrapper, SimpleMapProperty

public interface WritableMapValue<K,​V>
extends WritableObjectValue<ObservableMap<K,​V>>, ObservableMap<K,​V>
A writable reference to an ObservableMap.
Since:
JavaFX 2.1
See Also:
ObservableMap, WritableObjectValue, WritableMapValue