Uses of Class
javafx.collections.transformation.SortedList
-
Packages that use SortedList 软件包 描述 javafx.collections 包含基本的JavaFX集合和集合实用程序 -
-
Uses of SortedList in javafx.collections
Methods in javafx.collections that return SortedList Modifier and Type 方法 描述 default SortedList<E>
ObservableList. sorted()
用自然排序创建一个SortedList
这个列表的包装器。default SortedList<E>
ObservableList. sorted(Comparator<E> comparator)
使用指定的比较器创建此列表的SortedList
包装器。
-