- 
- 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 anObservableMap.- Since:
- JavaFX 2.1
- See Also:
- ObservableMap,- WritableObjectValue,- WritableMapValue
 
- 
- 
Method Summary- 
Methods inherited from interface java.util.Mapclear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
 - 
Methods inherited from interface javafx.beans.ObservableaddListener, removeListener
 - 
Methods inherited from interface javafx.collections.ObservableMapaddListener, removeListener
 - 
Methods inherited from interface javafx.beans.value.WritableObjectValueget, set
 - 
Methods inherited from interface javafx.beans.value.WritableValuegetValue, setValue
 
- 
 
-