-
- 参数类型
-
K
-K
的关键元素的Map
-
V
-V
的值元素的Map
- All Superinterfaces:
-
Map<K,V>
,Observable
,ObservableMap<K,V>
,ObservableObjectValue<ObservableMap<K,V>>
,ObservableValue<K>
- 所有已知实现类:
-
MapBinding
,MapExpression
,MapProperty
,MapPropertyBase
,ReadOnlyMapProperty
,ReadOnlyMapPropertyBase
,ReadOnlyMapWrapper
,SimpleMapProperty
public interface ObservableMapValue<K,V> extends ObservableObjectValue<ObservableMap<K,V>>, ObservableMap<K,V>
可以参考一个ObservableMap
。- 从以下版本开始:
- JavaFX 2.1
- 另请参见:
-
ObservableMap
,ObservableObjectValue
,ObservableValue
-
-
方法摘要
-
Methods inherited from interface java.util.Map
clear, 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.Observable
addListener, removeListener
-
Methods inherited from interface javafx.collections.ObservableMap
addListener, removeListener
-
Methods inherited from interface javafx.beans.value.ObservableObjectValue
get
-
Methods inherited from interface javafx.beans.value.ObservableValue
addListener, getValue, removeListener
-
-