public class SynchronizedObservableSortedSet<E> extends SynchronizedObservableSet<E> implements SortedSetDecorator<E>, ObservableSortedSet<E>
ObservableSet.Change<E>
Constructor and Description |
---|
SynchronizedObservableSortedSet(ObservableSet<E> component) |
Modifier and Type | Method and Description |
---|---|
java.util.SortedSet<E> |
getComponent() |
changes, equals, getMutex, hashCode, invalidations, over, silent, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
comparator, first, headSet, last, over, subSet, tailSet
accumulatingSet, add, addAll, clear, contains, containsAll, isEmpty, iterator, over, remove, removeAll, retainAll, size, toArray, toArray
synchronizedView, unmodifiableView
silent
changes, invalidations
public SynchronizedObservableSortedSet(ObservableSet<E> component)
public java.util.SortedSet<E> getComponent()
getComponent
in interface CollectionDecorator<java.util.Set<E>,E>
getComponent
in interface SetDecorator<E>
getComponent
in interface SortedSetDecorator<E>
getComponent
in class SynchronizedObservableSet<E>