Uses of Class
javafx.collections.transformation.SortedList
Package
Description
Contains the essential JavaFX collections and collection utilities
-
Uses of SortedList in javafx.collections
Modifier and TypeMethodDescriptiondefault SortedList<E>
ObservableList.sorted()
Creates aSortedList
wrapper of this list with the natural ordering.default SortedList<E>
ObservableList.sorted
(Comparator<E> comparator) Creates aSortedList
wrapper of this list using the specified comparator.