E - type of the elements in the collectionpublic interface IObservableCollection<E> extends IObservable, Collection<E>
IObservableList or IObservableSet.| Modifier and Type | Method and Description |
|---|---|
Object |
getElementType()
Returns the element type of this observable collection, or
null if this observable collection is untyped. |
addChangeListener, addDisposeListener, addStaleListener, dispose, getRealm, isDisposed, isStale, removeChangeListener, removeDisposeListener, removeStaleListeneradd, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, parallelStream, remove, removeAll, removeIf, retainAll, size, spliterator, stream, toArray, toArrayObject getElementType()
null if this observable collection is untyped.null if this observable collection is untyped.
Copyright (c) 2000, 2017 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.