Package com.carrotsearch.hppc.sorting
package com.carrotsearch.hppc.sorting
-
ClassDescriptionCompare objects at two given indices and return the result of their comparison consistent with
Comparator
's contract.A natural-order comparator for doubles.A natural-order comparator for floats.A natural-order comparator for integers.A natural-order comparator for integers.A delegating comparator for object types.A reverse-order comparator for doubles.A reverse-order comparator for floats.A reverse-order comparator for integers.A reverse-order comparator for shorts.Sorting routines that return an array of sorted indices implied by a given comparator rather than move elements of whatever the comparator is using for comparisons.