-
- 参数类型
-
K
-K
的关键元素的Map
-
V
-V
的值元素的Map
- All Superinterfaces:
-
Map<K,V>
,Observable
,ObservableMap<K,V>
,WritableObjectValue<ObservableMap<K,V>>
,WritableValue<K>
- 所有已知实现类:
-
MapProperty
,MapPropertyBase
,ReadOnlyMapWrapper
,SimpleMapProperty
public interface WritableMapValue<K,V> extends WritableObjectValue<ObservableMap<K,V>>, ObservableMap<K,V>
对ObservableMap
的可写参考。- 从以下版本开始:
- JavaFX 2.1
- 另请参见:
-
ObservableMap
,WritableObjectValue
,WritableMapValue
-
-
方法摘要
-
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.WritableObjectValue
get, set
-
Methods inherited from interface javafx.beans.value.WritableValue
getValue, setValue
-
-