- 
- Type Parameters:
- E- the type of the- Setelements
 - All Superinterfaces:
- Collection<E>,- Iterable<E>,- Observable,- ObservableObjectValue<ObservableSet<E>>,- ObservableSet<E>,- ObservableValue<ObservableSet<E>>,- Set<E>
 - All Known Implementing Classes:
- ReadOnlySetProperty,- ReadOnlySetPropertyBase,- ReadOnlySetWrapper,- SetBinding,- SetExpression,- SetProperty,- SetPropertyBase,- SimpleSetProperty
 
 public interface ObservableSetValue<E> extends ObservableObjectValue<ObservableSet<E>>, ObservableSet<E> An observable reference to anObservableSet.- Since:
- JavaFX 2.1
- See Also:
- ObservableSet,- ObservableObjectValue,- ObservableValue
 
- 
- 
Method Summary- 
Methods inherited from interface java.util.CollectionparallelStream, removeIf, stream, toArray
 - 
Methods inherited from interface javafx.beans.ObservableaddListener, removeListener
 - 
Methods inherited from interface javafx.beans.value.ObservableObjectValueget
 - 
Methods inherited from interface javafx.collections.ObservableSetaddListener, removeListener
 - 
Methods inherited from interface javafx.beans.value.ObservableValueaddListener, getValue, removeListener
 
- 
 
-