public interface WritableMap<K,V> extends ObservableMap<K,V>, WritableProperty
| Modifier and Type | Method and Description |
|---|---|
V |
put(K index,
V v) |
V |
remove(K index) |
void |
removeAll() |
void |
removeAll(Predicate<MapEntry<K,V>> a) |
WritableList<V> |
values() |
PropertyVetos |
vetos() |
containsKey, entrySet, findAll, get, keySet, readOnly, size, stream, toMapforEach, iterator, spliteratoradjustersevents, getChildProperty, isWritable, onChange, onChange, onChangeAndInit, onChangeAndInit, onPropagatedChange, onPropagatedChange, onPropagatedChangeAndInit, onPropagatedChangeAndInit, propertyName, propertyType, userObjects, with, withvoid removeAll()
WritableList<V> values()
values in interface ObservableMap<K,V>PropertyVetos vetos()
vetos in interface WritablePropertyCopyright © 2022 vpc open source initiative. All rights reserved.