Class PrimitiveArraySorter

java.lang.Object
com.yahoo.search.predicate.utils.PrimitiveArraySorter

public class PrimitiveArraySorter extends Object
This class enables sorting of an array of primitive short values using a supplied comparator for custom ordering. The sort methods in Java standard library cannot sort using a comparator for primitive arrays. Sorting is performed using Quicksort.
Author:
bjorncs