griffon.javafx.collections.DelegatingObservableMap
instead.@Deprecated public abstract class DelegatingObservableMap<K,V> extends DelegatingObservableMap<K,V>
DelegatingObservableMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
DelegatingObservableMap(ObservableMap<K,V> delegate)
Deprecated.
|
clear, containsKey, containsValue, entrySet, equals, get, getDelegate, hashCode, isEmpty, keySet, put, putAll, remove, size, sourceChanged, toString, values
addListener, addListener, fireChange, hasListeners, removeListener, removeListener
clone
finalize, getClass, notify, notifyAll, wait, wait, wait
addListener, removeListener
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
addListener, removeListener
public DelegatingObservableMap(@Nonnull ObservableMap<K,V> delegate)