Uses of Interface
io.trino.array.IntComparator
-
-
Uses of IntComparator in io.trino.array
Methods in io.trino.array with parameters of type IntComparator Modifier and Type Method Description static 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)
-