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