public class UnmodifiableObservableSortedSet<E> extends UnmodifiableObservableSet<E> implements SortedSetDecorator<E>, ObservableSortedSet<E>
ObservableSet.Change<E>| Constructor and Description |
|---|
UnmodifiableObservableSortedSet(ObservableSortedSet<? extends E> component) |
| Modifier and Type | Method and Description |
|---|---|
java.util.SortedSet<E> |
getComponent() |
changes, equals, hashCode, invalidations, silent, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitcomparator, first, headSet, last, over, subSet, tailSetaccumulatingSet, add, addAll, clear, contains, containsAll, isEmpty, iterator, over, remove, removeAll, retainAll, size, toArray, toArraysynchronizedView, unmodifiableViewsilentchanges, invalidationspublic UnmodifiableObservableSortedSet(ObservableSortedSet<? extends 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 UnmodifiableObservableSet<E>