Class ReadOnlySetMultimapWrapper<K,V>

Type Parameters:
K - The key type of the wrapped ObservableSetMultimap.
V - The value type of the wrapped ObservableSetMultimap.
All Implemented Interfaces:
Multimap<K,V>, SetMultimap<K,V>, Observable, Property<ObservableSetMultimap<K,V>>, ReadOnlyProperty<ObservableSetMultimap<K,V>>, ObservableObjectValue<ObservableSetMultimap<K,V>>, ObservableValue<ObservableSetMultimap<K,V>>, WritableObjectValue<ObservableSetMultimap<K,V>>, WritableValue<ObservableSetMultimap<K,V>>, ObservableSetMultimapValue<K,V>, WritableSetMultimapValue<K,V>, ObservableSetMultimap<K,V>

public class ReadOnlySetMultimapWrapper<K,V> extends SimpleSetMultimapProperty<K,V>
A ReadOnlySetMultimapWrapper is a writable Property wrapping an ObservableSetMultimap, which provides an additional read-only Property (based on a concrete, non-exposed implementation of ReadOnlySetMultimapProperty), whose value is synchronized with the value of this ReadOnlyMapWrapper.

This class provides identical functionality for SetMultimap as ReadOnlyMapWrapper for Map, ReadOnlySetWrapper for Set, or ReadOnlyListWrapper for List.