Interface WritableSetMultimapValue<K,V>
-
- Type Parameters:
K
- The key type of theObservableSetMultimap
.V
- The value type of theObservableSetMultimap
.
- All Superinterfaces:
Multimap<K,V>
,javafx.beans.Observable
,ObservableSetMultimap<K,V>
,SetMultimap<K,V>
,javafx.beans.value.WritableObjectValue<ObservableSetMultimap<K,V>>
,javafx.beans.value.WritableValue<ObservableSetMultimap<K,V>>
- All Known Implementing Classes:
ReadOnlySetMultimapWrapper
,SetMultimapProperty
,SetMultimapPropertyBase
,SimpleSetMultimapProperty
public interface WritableSetMultimapValue<K,V> extends javafx.beans.value.WritableObjectValue<ObservableSetMultimap<K,V>>, ObservableSetMultimap<K,V>
A writable reference to anObservableSetMultimap
.This interface provides identical functionality for
SetMultimap
asWritableMapValue
forMap
,WritableSetValue
forSet
, orWritableListValue
forList
.
-
-
Method Summary
-
Methods inherited from interface com.google.common.collect.Multimap
clear, containsEntry, containsKey, containsValue, forEach, hashCode, isEmpty, keys, keySet, put, putAll, putAll, remove, size, values
-
Methods inherited from interface org.eclipse.gef.common.collections.ObservableSetMultimap
addListener, removeListener, replaceAll
-
Methods inherited from interface com.google.common.collect.SetMultimap
asMap, entries, equals, get, removeAll, replaceValues
-
-