Uses of Interface
cern.colt.Swapper
Packages that use Swapper
-
Uses of Swapper in cern.colt
Modifier and TypeMethodDescriptionstatic 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.