Uses of Interface
org.codelibs.jhighlight.fastutil.Swapper
-
Packages that use Swapper Package Description org.codelibs.jhighlight.fastutil -
-
Uses of Swapper in org.codelibs.jhighlight.fastutil
Methods in org.codelibs.jhighlight.fastutil with parameters of type Swapper Modifier and Type Method Description static voidArrays. 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 voidArrays. 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.
-