public abstract class WritableLiMapAdapter<K,V> extends ObservableMapAdapter<K,V> implements WritableLiMap<K,V>
| Constructor and Description |
|---|
WritableLiMapAdapter() |
| Modifier and Type | Method and Description |
|---|---|
V |
add(V v) |
PropertyAdjusters |
adjusters() |
protected WritableLiMap<K,V> |
getWritableLiMapBase() |
V |
remove(K index) |
void |
removeAll() |
void |
removeAll(Predicate<MapEntry<K,V>> a) |
WritableList<V> |
values() |
PropertyVetos |
vetos() |
containsKey, entrySet, events, findAll, get, getObservableMapBase, isWritable, iterator, keySet, propertyName, propertyType, readOnly, size, toMap, userObjectsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcontainsKey, entrySet, findAll, get, keySet, readOnly, size, stream, toMapforEach, iterator, spliteratorevents, getChildProperty, isWritable, onChange, onChange, onChangeAndInit, onChangeAndInit, onPropagatedChange, onPropagatedChange, onPropagatedChangeAndInit, onPropagatedChangeAndInit, propertyName, propertyType, userObjects, with, withprotected WritableLiMap<K,V> getWritableLiMapBase()
public void removeAll()
removeAll in interface WritableLiMap<K,V>public void removeAll(Predicate<MapEntry<K,V>> a)
removeAll in interface WritableLiMap<K,V>public WritableList<V> values()
values in interface ObservableMap<K,V>values in interface WritableLiMap<K,V>values in class ObservableMapAdapter<K,V>public PropertyVetos vetos()
vetos in interface WritableLiMap<K,V>vetos in interface WritablePropertypublic PropertyAdjusters adjusters()
adjusters in interface WritablePropertyCopyright © 2022 vpc open source initiative. All rights reserved.