E
- The element type of the ObservableMultiset
.public interface WritableMultisetValue<E> extends javafx.beans.value.WritableObjectValue<ObservableMultiset<E>>, ObservableMultiset<E>
ObservableMultiset
.
This interface provides identical functionality for Multiset
as
WritableMapValue
for Map
, WritableSetValue
for
Set
, or WritableListValue
for List
.
Multiset.Entry<E>
addListener, removeListener, replaceAll
add, add, contains, containsAll, count, elementSet, entrySet, equals, forEach, forEachEntry, hashCode, iterator, remove, remove, removeAll, retainAll, setCount, setCount, size, spliterator, toString
Copyright (c) 2014 itemis AG and others. All rights reserved.