Class SetMultimapPropertyBase<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>
Direct Known Subclasses:
SimpleSetMultimapProperty

public abstract class SetMultimapPropertyBase<K,V> extends SetMultimapProperty<K,V>
Abstract base class for implementing a Property wrapping an ObservableSetMultimap.

This class provides identical functionality for SetMultimap as MapPropertyBase for Map, SetPropertyBase for Set, or ListPropertyBase for List.