Uses of Class
javafx.collections.transformation.SortedList
Packages that use SortedList
-
Uses of SortedList in javafx.collections
Methods in javafx.collections that return SortedListModifier and TypeMethodDescriptiondefault SortedList<E>ObservableList.sorted(Comparator<E> comparator) Creates aSortedListwrapper of this list using the specified comparator.