Class ReadOnlySetMultimapProperty<K,V>

java.lang.Object
org.eclipse.gef.common.beans.binding.SetMultimapExpression<K,V>
org.eclipse.gef.common.beans.property.ReadOnlySetMultimapProperty<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, ReadOnlyProperty<ObservableSetMultimap<K,V>>, ObservableObjectValue<ObservableSetMultimap<K,V>>, ObservableValue<ObservableSetMultimap<K,V>>, ObservableSetMultimapValue<K,V>, ObservableSetMultimap<K,V>
Direct Known Subclasses:
ReadOnlySetMultimapPropertyBase, SetMultimapProperty

public abstract class ReadOnlySetMultimapProperty<K,V> extends SetMultimapExpression<K,V> implements ReadOnlyProperty<ObservableSetMultimap<K,V>>
Abstract base class defining contract for a read-only Property wrapping an ObservableSetMultimap.

This class provides identical functionality for SetMultimap as ReadOnlyMapProperty for Map, ReadOnlySetProperty for Set, or ReadOnlyListProperty for List.