- 
- 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>,- ObservableObjectValue<ObservableMap<K,V>>,- ObservableValue<K>
 - All Known Implementing Classes:
- MapBinding,- MapExpression,- MapProperty,- MapPropertyBase,- ReadOnlyMapProperty,- ReadOnlyMapPropertyBase,- ReadOnlyMapWrapper,- SimpleMapProperty
 
 
 public interface ObservableMapValue<K,V> extends ObservableObjectValue<ObservableMap<K,V>>, ObservableMap<K,V> An observable reference to anObservableMap.- Since:
- JavaFX 2.1
- See Also:
- ObservableMap,- ObservableObjectValue,- ObservableValue
 
- 
- 
Method Summary- 
Methods inherited from interface java.util.Mapclear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entry, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, of, of, of, of, of, of, of, of, of, of, of, ofEntries, 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.ObservableObjectValueget
 - 
Methods inherited from interface javafx.beans.value.ObservableValueaddListener, getValue, removeListener
 
- 
 
-