|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Swapper | |
---|---|
it.unimi.dsi.fastutil |
Uses of Swapper in it.unimi.dsi.fastutil |
---|
Methods in it.unimi.dsi.fastutil with parameters of type Swapper | |
---|---|
static void |
Arrays.mergeSort(int from,
int to,
IntComparator c,
Swapper swapper)
Sorts the specified range of elements using the specified swapper and according to the order induced by the specified comparator using mergesort. |
static void |
Arrays.quickSort(int from,
int to,
IntComparator comp,
Swapper swapper)
Sorts the specified range of elements using the specified swapper and according to the order induced by the specified comparator using quicksort. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |