public interface ObservableList<E> extends java.util.List<E>, ObservableCollection<E,ObservableList.Change<E>>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ObservableList.Change<E>
A change event for
ObservableList. |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<E> |
silent()
Get a view of the collection which can be mutated without triggering events.
|
default ObservableList<E> |
synchronizedView() |
default ObservableList<E> |
unmodifiableView() |
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArraychanges, invalidationsdefault ObservableList<E> unmodifiableView()
unmodifiableView in interface ObservableCollection<E,ObservableList.Change<E>>default ObservableList<E> synchronizedView()
synchronizedView in interface ObservableCollection<E,ObservableList.Change<E>>java.util.List<E> silent()
ObservableCollectionsilent in interface ObservableCollection<E,ObservableList.Change<E>>