| Package | Description |
|---|---|
| com.facebook.presto.common.array |
| Modifier and Type | Method and 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) |
Copyright © 2012–2022. All rights reserved.