public interface IObservableCollection extends IObservable, Collection
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, removeStaleListener
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, parallelStream, remove, removeAll, removeIf, retainAll, size, spliterator, stream, toArray, toArray
Object getElementType()
null
if this observable collection is untyped.null
if this observable collection is untyped.
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.