E - the element type, as per Collectionpublic interface ObservableSortedSet<E> extends java.util.SortedSet<E>, ObservableSet<E>
ObservableCollection.ObservableSet.Change<E>| Modifier and Type | Method and Description |
|---|---|
default ObservableSortedSet<E> |
synchronizedView() |
default ObservableSortedSet<E> |
unmodifiableView() |
comparator, first, headSet, last, spliterator, subSet, tailSetsilentadd, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArraychanges, invalidationsdefault ObservableSortedSet<E> unmodifiableView()
unmodifiableView in interface ObservableCollection<E,ObservableSet.Change<E>>unmodifiableView in interface ObservableSet<E>default ObservableSortedSet<E> synchronizedView()
synchronizedView in interface ObservableCollection<E,ObservableSet.Change<E>>synchronizedView in interface ObservableSet<E>