T - The element type.public class ObservableCollection<T> extends ProxiedCollection<T>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ObservableCollection.IObservableCollectionListener<T>
Listener for changes to an observed collection.
|
ProxiedCollection.IProxiedCollectionOperations<T>delegate| Constructor and Description |
|---|
ObservableCollection(Collection<T> delegate,
ObservableCollection.IObservableCollectionListener<T> listener) |
add, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArrayclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitequals, hashCode, parallelStream, removeIf, spliterator, streampublic ObservableCollection(Collection<T> delegate, ObservableCollection.IObservableCollectionListener<T> listener)
Copyright © 2023 Fujion Framework. All rights reserved.