public abstract class ObservableMapAdapter<K,V> extends Object implements ObservableMap<K,V>
| Constructor and Description |
|---|
ObservableMapAdapter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsKey(K k) |
ObservableList<MapEntry<K,V>> |
entrySet() |
Set<MapEntry<K,V>> |
findAll(Predicate<MapEntry<K,V>> a) |
V |
get(K key) |
protected abstract ObservableMap<K,V> |
getObservableMapBase() |
boolean |
isWritable() |
Iterator<MapEntry<K,V>> |
iterator() |
ObservableList<K> |
keySet() |
PropertyListeners |
listeners() |
String |
name() |
ObservableMap<K,V> |
readOnly() |
int |
size() |
Map<K,V> |
toMap() |
PropertyType |
type() |
UserObjects |
userObjects() |
ObservableList<V> |
values() |
PropertyVetos |
vetos() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitstreamforEach, spliteratorprotected abstract ObservableMap<K,V> getObservableMapBase()
public int size()
size in interface ObservableMap<K,V>public boolean containsKey(K k)
containsKey in interface ObservableMap<K,V>public ObservableList<K> keySet()
keySet in interface ObservableMap<K,V>public ObservableList<V> values()
values in interface ObservableMap<K,V>public ObservableList<MapEntry<K,V>> entrySet()
entrySet in interface ObservableMap<K,V>public Set<MapEntry<K,V>> findAll(Predicate<MapEntry<K,V>> a)
findAll in interface ObservableMap<K,V>public ObservableMap<K,V> readOnly()
public PropertyVetos vetos()
public PropertyType type()
public boolean isWritable()
isWritable in interface Propertypublic UserObjects userObjects()
userObjects in interface Propertypublic PropertyListeners listeners()
listeners in interface WithListenersCopyright © 2021 vpc open source initiative. All rights reserved.