Interface WritableMultisetValue<E>

Type Parameters:
E - The element type of the ObservableMultiset.
All Superinterfaces:
Collection<E>, Iterable<E>, Multiset<E>, Observable, ObservableMultiset<E>, WritableObjectValue<ObservableMultiset<E>>, WritableValue<ObservableMultiset<E>>
All Known Implementing Classes:
MultisetProperty, MultisetPropertyBase, ReadOnlyMultisetWrapper, SimpleMultisetProperty

public interface WritableMultisetValue<E> extends WritableObjectValue<ObservableMultiset<E>>, ObservableMultiset<E>
A writable reference to an ObservableMultiset.

This interface provides identical functionality for Multiset as WritableMapValue for Map, WritableSetValue for Set, or WritableListValue for List.