JavaScript is disabled on your browser.
Description
Method Summary
Method Details
addVetoableChangeListener(VetoableChangeListener)
addPropertyChangeListener(PropertyChangeListener)
filter(Predicate)
map(Function)
mapToValue()
mapToValue(Function, Function)
convert(Converter)
All Superinterfaces:
Collection <T>, DeltaCollection <T>, Iterable <T>
All Known Subinterfaces:
ObservableList <T>, ObservableSet <T>
All Known Implementing Classes:
FilteredObservableCollection , ObservableCollectionBase , ObservableConvertingCollection , ObservableListImpl , ObservableMapImpl.ObservableKeySet , ObservableSetDifference , ObservableSetImpl , ObservableSetUnion
Method Summary
All Methods Instance Methods Abstract Methods Default Methods
Whether to notify listeners
convert (com.google.common.base.Converter<T ,O> converter)
Replace the content of this collection thereby firing only a single event
Return a view of this collection as a scalar value:
If the collection contains a single item then this item becomes the view's value.
Methods inherited from interface Collection
add , addAll , clear , contains , containsAll , equals , hashCode , isEmpty , iterator , parallelStream , remove , removeAll , removeIf , retainAll , size , spliterator , stream , toArray , toArray , toArray
Method Details
addVetoableChangeListener
addPropertyChangeListener