public class UnmodifiableObservableSet extends DecoratingObservableSet
| Constructor and Description |
|---|
UnmodifiableObservableSet(IObservableSet decorated) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(Object o) |
boolean |
addAll(Collection c) |
void |
clear() |
void |
dispose()
Disposes of this observable object, removing all listeners registered
with this object, and all listeners this object might have registered on
other objects.
|
Iterator |
iterator() |
boolean |
remove(Object o) |
boolean |
removeAll(Collection c) |
boolean |
retainAll(Collection c) |
addSetChangeListener, fireChange, fireSetChange, firstListenerAdded, handleSetChange, lastListenerRemoved, removeSetChangeListenercontains, containsAll, equals, getElementType, hashCode, isEmpty, size, toArray, toArray, toStringgetDecorated, getterCalled, handleStaleEvent, isStaleaddChangeListener, addDisposeListener, addStaleListener, checkRealm, fireStale, isDisposed, removeChangeListener, removeDisposeListener, removeStaleListeneraddListener, clone, fireEvent, getRealm, hasListeners, removeListenerfinalize, getClass, notify, notifyAll, wait, wait, waitcontains, containsAll, equals, getElementType, hashCode, isEmpty, size, toArray, toArrayaddChangeListener, addDisposeListener, addStaleListener, getRealm, isDisposed, isStale, removeChangeListener, removeDisposeListener, removeStaleListenerpublic UnmodifiableObservableSet(IObservableSet decorated)
decorated - public boolean add(Object o)
add in interface Collectionadd in interface Setadd in interface IObservableSetadd in class DecoratingObservableCollectionpublic boolean addAll(Collection c)
addAll in interface CollectionaddAll in interface SetaddAll in interface IObservableSetaddAll in class DecoratingObservableCollectionpublic void clear()
clear in interface Collectionclear in interface Setclear in class DecoratingObservableSetpublic Iterator iterator()
iterator in interface Iterableiterator in interface Collectioniterator in interface Setiterator in interface IObservableSetiterator in class DecoratingObservableCollectionpublic boolean remove(Object o)
remove in interface Collectionremove in interface Setremove in interface IObservableSetremove in class DecoratingObservableCollectionpublic boolean removeAll(Collection c)
removeAll in interface CollectionremoveAll in interface SetremoveAll in interface IObservableSetremoveAll in class DecoratingObservableCollectionpublic boolean retainAll(Collection c)
retainAll in interface CollectionretainAll in interface SetretainAll in interface IObservableSetretainAll in class DecoratingObservableCollectionpublic void dispose()
IObservabledispose in interface IObservabledispose in class DecoratingObservableSet