Package javafx.collections.transformation
package javafx.collections.transformation
-
ClassDescriptionFilteredList<E>Wraps an ObservableList and filters it's content using the provided Predicate.SortedList<E>Wraps an ObservableList and sorts it's content.TransformationList<E,
F> A base class for all lists that wraps other lists in a way that changes the list's elements, order, size or generally it's structure.