Interface WritableLiMap<K,V>
- All Superinterfaces:
Iterable<MapEntry<K,V>>, ObservableMap<K, V>, Property, WritableProperty
- All Known Implementing Classes:
WritableLiMapAdapter, WritableLiMapBase, WritableLiMapImpl
-
Method Summary
Methods inherited from interface Iterable
forEach, iterator, spliteratorMethods inherited from interface ObservableMap
containsKey, entrySet, findAll, get, keySet, readOnly, size, stream, toMapMethods inherited from interface Property
events, getChildProperty, isWritable, onChange, onChange, onChangeAndInit, onChangeAndInit, onPropagatedChange, onPropagatedChange, onPropagatedChangeAndInit, onPropagatedChangeAndInit, propertyName, propertyType, userObjects, with, withMethods inherited from interface WritableProperty
adjusters
-
Method Details
-
removeAll
void removeAll() -
removeAll
-
add
-
remove
-
values
WritableList<V> values()- Specified by:
valuesin interfaceObservableMap<K,V>
-
vetos
PropertyVetos vetos()- Specified by:
vetosin interfaceWritableProperty
-