Interface ObservableSetMultimapValue<K,V>
-
- Type Parameters:
K
- The key type of theObservableSetMultimap
.V
- The value type of theObservableSetMultimap
.
- All Superinterfaces:
Multimap<K,V>
,javafx.beans.Observable
,javafx.beans.value.ObservableObjectValue<ObservableSetMultimap<K,V>>
,ObservableSetMultimap<K,V>
,javafx.beans.value.ObservableValue<ObservableSetMultimap<K,V>>
,SetMultimap<K,V>
- All Known Implementing Classes:
ReadOnlySetMultimapProperty
,ReadOnlySetMultimapPropertyBase
,ReadOnlySetMultimapWrapper
,SetMultimapBinding
,SetMultimapExpression
,SetMultimapProperty
,SetMultimapPropertyBase
,SimpleSetMultimapProperty
public interface ObservableSetMultimapValue<K,V> extends javafx.beans.value.ObservableObjectValue<ObservableSetMultimap<K,V>>, ObservableSetMultimap<K,V>
An observable reference to anObservableSetMultimap
.This interface provides identical functionality for
SetMultimap
asObservableMapValue
forMap
,ObservableSetValue
forSet
, orObservableListValue
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 javafx.beans.value.ObservableValue
addListener, getValue, removeListener
-
Methods inherited from interface com.google.common.collect.SetMultimap
asMap, entries, equals, get, removeAll, replaceValues
-
-