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, 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 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>