Uses of Interface
io.trino.array.IntComparator
-
Uses of IntComparator in io.trino.array
Methods in io.trino.array with parameters of type IntComparatorModifier and TypeMethodDescriptionstatic void
IntBigArrays.quickSort
(int[][] x, long from, long to, IntComparator comp) Sorts the specified range of elements according to the order induced by the specified comparator using quicksort.void
IntBigArray.sort
(int from, int to, IntComparator comparator)