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) |
addChangeListener, addDisposeListener, addStaleListener, dispose, getRealm, isDisposed, isStale, removeChangeListener, removeDisposeListener, removeStaleListenervoid addSetChangeListener(ISetChangeListener listener)
listener - void removeSetChangeListener(ISetChangeListener listener)
listener - Object getElementType()
IObservableCollectionnull if this observable collection is untyped.getElementType in interface IObservableCollectionnull if untypedint size()
size in interface Collectionsize in interface Setboolean isEmpty()
isEmpty in interface CollectionisEmpty in interface Setboolean contains(Object o)
contains in interface Collectioncontains in interface SetIterator iterator()
Object[] toArray()
toArray in interface CollectiontoArray in interface SetObject[] toArray(Object[] a)
toArray in interface CollectiontoArray in interface Setboolean add(Object o)
add in interface Collectionadd in interface Setboolean remove(Object o)
remove in interface Collectionremove in interface Setboolean containsAll(Collection c)
containsAll in interface CollectioncontainsAll in interface Setboolean addAll(Collection c)
addAll in interface CollectionaddAll in interface Setboolean retainAll(Collection c)
retainAll in interface CollectionretainAll in interface Setboolean removeAll(Collection c)
removeAll in interface CollectionremoveAll in interface Setboolean equals(Object o)
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.