K - Key type.VI - Input value type.VO - Output value type.public class TransformingObservableMap<K,VI,VO> extends AbstractObservableMap<K,VO>
AbstractObservable.Exposed| Constructor and Description |
|---|
TransformingObservableMap(javafx.collections.ObservableMap<K,VI> pDelegate,
Function<VI,VO> pTransform) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
containsKey(Object pKey) |
boolean |
containsValue(Object pVal) |
Set<Map.Entry<K,VO>> |
entrySet() |
boolean |
equals(Object pObj) |
VO |
get(Object pKey) |
int |
hashCode() |
boolean |
isEmpty() |
Set<K> |
keySet() |
VO |
put(K pKey,
VO pVal) |
void |
putAll(Map<? extends K,? extends VO> pMap) |
VO |
remove(Object pKey) |
int |
size() |
String |
toString() |
Collection<VO> |
values() |
addListener, fireMapChange, removeListeneraddListener, fireEvent, removeListenerclone, finalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic int size()
public boolean isEmpty()
public boolean containsKey(Object pKey)
public boolean containsValue(Object pVal)
public void clear()
public Collection<VO> values()
public int hashCode()
public boolean equals(Object pObj)
Copyright © 2023. All rights reserved.