Uses of Interface
cc.redberry.rings.util.IntComparator
-
Packages that use IntComparator Package Description cc.redberry.rings.util -
-
Uses of IntComparator in cc.redberry.rings.util
Fields in cc.redberry.rings.util declared as IntComparator Modifier and Type Field Description static IntComparatorIntComparator. DEFAULTMethods in cc.redberry.rings.util with parameters of type IntComparator Modifier and Type Method Description static voidArraysUtil. quickSort(int[] target, int[] cosort, IntComparator comparator)Sorts the specified target array of ints according toIntComparatorand simultaneously permutes thecoSortObjects array in the same way as the target array.static voidArraysUtil. quickSort(int[] target, int fromIndex, int toIndex, int[] cosort, IntComparator comparator)Sorts the specified range of the specified target array of ints according toIntComparatorand simultaneously permutes thecoSortObjects array in the same way as the target array.static voidArraysUtil. quickSort(int[] target, int fromIndex, int toIndex, IntComparator comparator)Sorts the specified range of the specified target array of ints into order specified byIntComparatorusing quicksort.static voidArraysUtil. quickSort(int[] target, IntComparator comparator)Sorts the specified range of the specified target array of ints into order specified byIntComparatorusing quicksort.static voidArraysUtil. quickSort1(int[] target, int fromIndex, int length, IntComparator comparator)Sorts the specified range of the specified target array of ints into order specified byIntComparatorusing quicksort.
-