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