E
- the element typepublic static interface ObservableSet.Change<E>
ObservableSet
. All elements added()
or
removed()
during the operation of a single change may be inspected.
These events are aggregated without any ordering, and with multiple
overlapping events, or events which cancel each other out, being ignored.Modifier and Type | Method and Description |
---|---|
java.util.Set<E> |
added() |
java.util.Set<E> |
removed() |