Class AbstractObservableSet<E>

java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractSet<E>
org.jhotdraw8.fxcollection.AbstractObservableSet<E>
Type Parameters:
E - the element type
All Implemented Interfaces:
Iterable<E>, Collection<E>, Set<E>, javafx.beans.Observable, javafx.collections.ObservableSet<E>, ReadOnlyCollection<E>, ReadOnlySet<E>
Direct Known Subclasses:
ModifiableObservableSet

public abstract class AbstractObservableSet<E> extends AbstractSet<E> implements javafx.collections.ObservableSet<E>, ReadOnlySet<E>
Abstract base class for ObservableSets. This implementation provides overridable fire methods, saving one level of indirection.
Author:
Werner Randelshofer