Module com.iamsoft.util.ui
Class TransformingObservableMap<K,VI,VO>
java.lang.Object
com.iamsoft.util.ui.javafx.AbstractObservable
com.iamsoft.util.ui.javafx.collections.AbstractObservableMap<K,VO>
com.iamsoft.util.ui.javafx.collections.TransformingObservableMap<K,VI,VO>
- Type Parameters:
K
- Key type.VI
- Input value type.VO
- Output value type.
- All Implemented Interfaces:
Map<K,
,VO> javafx.beans.Observable
,javafx.collections.ObservableMap<K,
VO>
-
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
-
TransformingObservableMap
-
-
Method Details
-
size
public int size() -
isEmpty
public boolean isEmpty() -
containsKey
-
containsValue
-
get
-
put
-
remove
-
putAll
-
clear
public void clear() -
keySet
-
values
-
entrySet
-
hashCode
public int hashCode() -
equals
-
toString
-