K
- Key type.V
- Value type.public abstract class AbstractObservableMap<K,V> extends AbstractObservable implements javafx.collections.ObservableMap<K,V>
AbstractObservable.Exposed
Constructor and Description |
---|
AbstractObservableMap() |
Modifier and Type | Method and Description |
---|---|
void |
addListener(javafx.collections.MapChangeListener<? super K,? super V> pListener) |
protected void |
fireMapChange(javafx.collections.MapChangeListener.Change<K,V> pChange) |
void |
removeListener(javafx.collections.MapChangeListener<? super K,? super V> pListener) |
addListener, fireEvent, removeListener
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
Copyright © 2023. All rights reserved.