Module javafx.base

Package javafx.collections.transformation


package javafx.collections.transformation

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

  • Classes
    Class
    Description
    Wraps an ObservableList and filters its content using the provided Predicate.
    Wraps an ObservableList and sorts its content.
    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.