Module com.iamsoft.util.ui
Class DefaultObservableMap<K,V>
java.lang.Object
com.iamsoft.util.ui.javafx.AbstractObservable
com.iamsoft.util.ui.javafx.collections.AbstractObservableMap<K,V>
com.iamsoft.util.ui.javafx.collections.DefaultObservableMap<K,V>
- Type Parameters:
K
- Key type.V
- Value type.
- All Implemented Interfaces:
Map<K,
,V> javafx.beans.Observable
,javafx.collections.ObservableMap<K,
V>
Allow method overrides (unlike FXCollections.observableHashMap()).
-
Nested Class Summary
Nested classes/interfaces inherited from class com.iamsoft.util.ui.javafx.AbstractObservable
AbstractObservable.Exposed
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.iamsoft.util.ui.javafx.collections.AbstractObservableMap
addListener, fireMapChange, removeListener
Methods inherited from class com.iamsoft.util.ui.javafx.AbstractObservable
addListener, fireEvent, removeListener
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
Methods inherited from interface javafx.beans.Observable
addListener, removeListener
-
Constructor Details
-
DefaultObservableMap
public DefaultObservableMap() -
DefaultObservableMap
-
-
Method Details
-
size
public int size() -
isEmpty
public boolean isEmpty() -
containsKey
-
containsValue
-
get
-
hashCode
public int hashCode() -
equals
-
toString
-
put
-
remove
-
putAll
-
clear
public void clear() -
keySet
-
values
-
entrySet
-