Uses of Package
javafx.collections.transformation
Package
Description
Contains the essential JavaFX collections and collection utilities
Provides JavaFX collections that wrap and transform (for example, sort
or filter) other JavaFX collections.
-
ClassDescriptionWraps an ObservableList and filters its content using the provided Predicate.Wraps an ObservableList and sorts its content.
-
ClassDescriptionA base class for all lists that wrap another list in a way that changes (transforms) the wrapped list's elements, order, size, or structure.