Class ObservableSetImpl<T>

All Implemented Interfaces:
Iterable<T>, Collection<T>, Set<T>, DeltaCollection<T>, ObservableCollection<T>, ObservableSet<T>

public class ObservableSetImpl<T> extends ObservableCollectionBase<T,Set<T>> implements ObservableSet<T>