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) |
protected WritableLiMap<K,V> |
getWritableLiMapBase() |
V |
remove(K index) |
void |
removeAll() |
void |
removeAll(Predicate<MapEntry<K,V>> a) |
WritableList<V> |
values() |
containsKey, entrySet, findAll, get, getObservableMapBase, isWritable, iterator, keySet, listeners, name, readOnly, size, toMap, type, userObjects, vetosclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitvetoscontainsKey, entrySet, findAll, get, keySet, readOnly, size, stream, toMapisWritable, name, type, userObjectslistenersforEach, iterator, spliteratorprotected 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>Copyright © 2021 vpc open source initiative. All rights reserved.