Uses of Interface
cern.colt.Swapper
-
Uses of Swapper in cern.colt
Methods in cern.colt with parameters of type Swapper Modifier and Type Method Description static voidGenericSorting. mergeSort(int fromIndex, int toIndex, IntComparator c, Swapper swapper)Sorts the specified range of elements according to the order induced by the specified comparator.static voidGenericSorting. quickSort(int fromIndex, int toIndex, IntComparator c, Swapper swapper)Sorts the specified range of elements according to the order induced by the specified comparator.