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() |
PropertyListeners |
events() |
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() |
String |
propertyName() |
PropertyType |
propertyType() |
ObservableMap<K,V> |
readOnly() |
int |
size() |
Map<K,V> |
toMap() |
UserObjects |
userObjects() |
ObservableList<V> |
values() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitstreamgetChildProperty, onChange, onChange, onChangeAndInit, onChangeAndInit, onPropagatedChange, onPropagatedChange, onPropagatedChangeAndInit, onPropagatedChangeAndInit, with, withforEach, 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 String propertyName()
propertyName in interface Propertypublic PropertyType propertyType()
propertyType in interface Propertypublic boolean isWritable()
isWritable in interface Propertypublic UserObjects userObjects()
userObjects in interface Propertypublic PropertyListeners events()
Copyright © 2022 vpc open source initiative. All rights reserved.