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