Module javafx.base

Package javafx.collections.transformation

Provides JavaFX collections that wrap and transform (for example, sort or filter) other JavaFX collections.

  • Class Summary
    Class Description
    FilteredList<E>
    Wraps an ObservableList and filters its content using the provided Predicate.
    SortedList<E>
    Wraps an ObservableList and sorts its content.
    TransformationList<E,​F>
    A base class for all lists that wrap another list in a way that changes (transforms) the wrapped list's elements, order, size, or structure.