K - The key type of the wrapped ObservableSetMultimap.V - The value type of the wrapped ObservableSetMultimap.public abstract class SetMultimapProperty<K,V> extends ReadOnlySetMultimapProperty<K,V> implements Property<ObservableSetMultimap<K,V>>, WritableSetMultimapValue<K,V>
Property wrapping a
ObservableSetMultimap.
This class provides identical functionality for SetMultimap as
MapProperty for Map, SetProperty for Set, or
ListProperty for List.
empty, size| Constructor and Description |
|---|
SetMultimapProperty() |
| Modifier and Type | Method and Description |
|---|---|
void |
bindBidirectional(Property<ObservableSetMultimap<K,V>> other) |
void |
setValue(ObservableSetMultimap<K,V> v) |
void |
unbindBidirectional(Property<ObservableSetMultimap<K,V>> other) |
appendValueToString, bindContent, bindContentBidirectional, equals, hashCode, toString, unbindContent, unbindContentBidirectionalasMap, asString, clear, containsEntry, containsKey, containsValue, emptyProperty, entries, get, getValue, isEmpty, isEqualTo, isNotEqualTo, isNotNull, isNull, keys, keySet, put, putAll, putAll, remove, removeAll, replaceAll, replaceValues, setMultimapExpression, size, sizeProperty, values, valuesAt, valuesAtclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetBean, getNameaddListener, getValue, removeListeneraddListener, removeListenerget, setgetValueaddListener, removeListener, replaceAllasMap, entries, equals, get, removeAll, replaceValuesclear, containsEntry, containsKey, containsValue, hashCode, isEmpty, keys, keySet, put, putAll, putAll, remove, size, valuesgetpublic void bindBidirectional(Property<ObservableSetMultimap<K,V>> other)
bindBidirectional in interface Property<ObservableSetMultimap<K,V>>public void setValue(ObservableSetMultimap<K,V> v)
setValue in interface WritableValue<ObservableSetMultimap<K,V>>public void unbindBidirectional(Property<ObservableSetMultimap<K,V>> other)
unbindBidirectional in interface Property<ObservableSetMultimap<K,V>>Copyright (c) 2014 itemis AG and others. All rights reserved.