E
- the element type, as per Collection
public 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, tailSet
silent
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
changes, invalidations
default 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>