public class ObservableSortedSetDecorator<E> extends ObservableSetDecorator<E> implements SortedSetDecorator<E>, ObservableSortedSet<E>
ObservableSet.Change<E>
Constructor and Description |
---|
ObservableSortedSetDecorator(java.util.SortedSet<E> component) |
Modifier and Type | Method and Description |
---|---|
java.util.SortedSet<E> |
getComponent() |
add, addAll, beginChange, changes, clear, endChange, equals, fireChange, fireEvent, hashCode, invalidations, remove, removeAll, retainAll, 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 ObservableSortedSetDecorator(java.util.SortedSet<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 ObservableSetDecorator<E>