Uses of Class
org.apache.sis.internal.filter.SortByComparator
Packages that use SortByComparator
Package
Description
Base implementation shared by the main
filter
package and the SQLMM extension.-
Uses of SortByComparator in org.apache.sis.internal.filter
Methods in org.apache.sis.internal.filter that return SortByComparatorModifier and TypeMethodDescriptionstatic <R> SortByComparator<R>
SortByComparator.create
(SortProperty<R>[] properties) Creates a new comparator for the given sort expressions.