Class ModifiableObservableSet<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>

public class ModifiableObservableSet<E> extends AbstractObservableSet<E>
This ObservableSet implementation provides overridable fire methods, saving one level of indirection.
Author:
Werner Randelshofer