T - The element type.public class ObservedCollection<T> extends ProxiedCollection<T>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ObservedCollection.IObservedCollectionListener<T> |
ProxiedCollection.IProxiedCollectionOperations<T>delegate| Constructor and Description |
|---|
ObservedCollection(Collection<T> delegate,
ObservedCollection.IObservedCollectionListener<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 ObservedCollection(Collection<T> delegate, ObservedCollection.IObservedCollectionListener<T> listener)
Copyright © 2017 Regenstrief Center for Biomedical Informatics. All rights reserved.