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>
public class TransformingObservableMap<K,VI,VO> extends AbstractObservableMap<K,VO>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.iamsoft.util.ui.javafx.AbstractObservable
AbstractObservable.Exposed
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()booleancontainsKey(Object pKey)booleancontainsValue(Object pVal)Set<Map.Entry<K,VO>>entrySet()booleanequals(Object pObj)VOget(Object pKey)inthashCode()booleanisEmpty()Set<K>keySet()VOput(K pKey, VO pVal)voidputAll(Map<? extends K,? extends VO> pMap)VOremove(Object pKey)intsize()StringtoString()Collection<VO>values()-
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
-
-
-
-
Method Detail
-
size
public int size()
-
isEmpty
public boolean isEmpty()
-
containsKey
public boolean containsKey(Object pKey)
-
containsValue
public boolean containsValue(Object pVal)
-
clear
public void clear()
-
values
public Collection<VO> values()
-
hashCode
public int hashCode()
-
equals
public boolean equals(Object pObj)
-
-