Uses of Package
javafx.collections.transformation
Packages that use 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.
-
Classes in javafx.collections.transformation used by javafx.collectionsClassDescriptionWraps an ObservableList and filters its content using the provided Predicate.Wraps an ObservableList and sorts its content.
-
Classes in javafx.collections.transformation used by javafx.collections.transformationClassDescriptionA base class for all lists that wrap another list in a way that changes (transforms) the wrapped list's elements, order, size, or structure.