Interface ObservableMultisetValue<E>
- Type Parameters:
- E- The element type of the- ObservableMultiset.
- All Superinterfaces:
- Collection<E>,- Iterable<E>,- Multiset<E>,- javafx.beans.Observable,- ObservableMultiset<E>,- javafx.beans.value.ObservableObjectValue<ObservableMultiset<E>>,- javafx.beans.value.ObservableValue<ObservableMultiset<E>>
- All Known Implementing Classes:
- MultisetBinding,- MultisetExpression,- MultisetProperty,- MultisetPropertyBase,- ReadOnlyMultisetProperty,- ReadOnlyMultisetPropertyBase,- ReadOnlyMultisetWrapper,- SimpleMultisetProperty
public interface ObservableMultisetValue<E>
extends javafx.beans.value.ObservableObjectValue<ObservableMultiset<E>>, ObservableMultiset<E>
An observable reference to an 
ObservableMultiset.
 
 This interface provides identical functionality for Multiset as
 ObservableMapValue for Map, ObservableSetValue for
 Set, or ObservableListValue for List.
- 
Nested Class SummaryNested classes/interfaces inherited from interface com.google.common.collect.MultisetMultiset.Entry<E extends Object>
- 
Method SummaryMethods inherited from interface java.util.CollectionaddAll, clear, isEmpty, parallelStream, removeIf, stream, toArray, toArray, toArrayMethods inherited from interface com.google.common.collect.Multisetadd, add, contains, containsAll, count, elementSet, entrySet, equals, forEach, forEachEntry, hashCode, iterator, remove, remove, removeAll, retainAll, setCount, setCount, size, spliterator, toStringMethods inherited from interface javafx.beans.ObservableaddListener, removeListenerMethods inherited from interface org.eclipse.gef.common.collections.ObservableMultisetaddListener, removeListener, replaceAllMethods inherited from interface javafx.beans.value.ObservableObjectValuegetMethods inherited from interface javafx.beans.value.ObservableValueaddListener, getValue, removeListener