public final class SortedList<E>
  Comment     Returned-by     Constructor-argument     Method-argument     Field-type     Type-bound     Links  

Wraps an ObservableList and sorts its content. All changes in the ObservableList are propagated immediately to the SortedList. Note: invalid SortedList (as a result of broken comparison) doesn't send any notification to listeners on becoming valid again.

extends TransformationList<E, E>

See also:
TransformationList

Since:  JavaFX 8.0