public class UnmodifiableObservableSet<E> extends java.lang.Object implements SetDecorator<E>, ObservableSet<E>
ObservableSet.Change<E>
Constructor and Description |
---|
UnmodifiableObservableSet(ObservableSet<? extends E> component) |
Modifier and Type | Method and Description |
---|---|
Observable<ObservableSet.Change<E>> |
changes() |
boolean |
equals(java.lang.Object obj) |
java.util.Set<E> |
getComponent() |
int |
hashCode() |
Observable<? extends ObservableCollection<E,ObservableSet.Change<E>>> |
invalidations() |
java.util.Set<E> |
silent()
Get a view of the collection which can be mutated without triggering events.
|
java.lang.String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
accumulatingSet, add, addAll, clear, contains, containsAll, isEmpty, iterator, over, remove, removeAll, retainAll, size, toArray, toArray
synchronizedView, unmodifiableView
public UnmodifiableObservableSet(ObservableSet<? extends E> component)
public java.util.Set<E> getComponent()
getComponent
in interface CollectionDecorator<java.util.Set<E>,E>
getComponent
in interface SetDecorator<E>
public Observable<? extends ObservableCollection<E,ObservableSet.Change<E>>> invalidations()
invalidations
in interface ObservableCollection<E,ObservableSet.Change<E>>
public Observable<ObservableSet.Change<E>> changes()
changes
in interface ObservableCollection<E,ObservableSet.Change<E>>
public java.util.Set<E> silent()
ObservableCollection
silent
in interface ObservableCollection<E,ObservableSet.Change<E>>
silent
in interface ObservableSet<E>
public java.lang.String toString()
toString
in class java.lang.Object
public int hashCode()