E - the type of the elements in this setpublic interface IObservableSet<E> extends java.util.Set<E>, IObservableCollection<E>
AbstractObservableSet,
ObservableSet| Modifier and Type | Method and Description |
|---|---|
boolean |
add(E o) |
boolean |
addAll(java.util.Collection<? extends E> c) |
void |
addSetChangeListener(ISetChangeListener<? super E> listener) |
boolean |
contains(java.lang.Object o) |
boolean |
containsAll(java.util.Collection<?> c) |
boolean |
equals(java.lang.Object o) |
java.lang.Object |
getElementType()
Returns the element type of this observable collection, or
null if this observable collection is untyped. |
int |
hashCode() |
boolean |
isEmpty() |
java.util.Iterator<E> |
iterator() |
boolean |
remove(java.lang.Object o) |
boolean |
removeAll(java.util.Collection<?> c) |
void |
removeSetChangeListener(ISetChangeListener<? super E> listener) |
boolean |
retainAll(java.util.Collection<?> c) |
int |
size() |
java.lang.Object[] |
toArray() |
<T> T[] |
toArray(T[] a) |
addChangeListener, addDisposeListener, addStaleListener, dispose, getRealm, isDisposed, isStale, removeChangeListener, removeDisposeListener, removeStaleListenervoid addSetChangeListener(ISetChangeListener<? super E> listener)
listener - void removeSetChangeListener(ISetChangeListener<? super E> listener)
listener - java.lang.Object getElementType()
IObservableCollectionnull if this observable collection is untyped.getElementType in interface IObservableCollection<E>null if untypedint size()
boolean isEmpty()
boolean contains(java.lang.Object o)
java.util.Iterator<E> iterator()
java.lang.Object[] toArray()
<T> T[] toArray(T[] a)
boolean add(E o)
boolean remove(java.lang.Object o)
boolean containsAll(java.util.Collection<?> c)
boolean addAll(java.util.Collection<? extends E> c)
boolean retainAll(java.util.Collection<?> c)
boolean removeAll(java.util.Collection<?> c)
boolean equals(java.lang.Object o)
Copyright (c) 2000, 2018 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.