Package org.apache.solr.util
Class PrimUtils
java.lang.Object
org.apache.solr.util.PrimUtils
Utilities for primitive Java data types.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidsort(int start, int end, int[] array, PrimUtils.IntComparator comparator) Sort the integer array from "start" inclusive to "end" exclusive in ascending order, using the provided comparator.
-
Constructor Details
-
PrimUtils
public PrimUtils()
-
-
Method Details
-
sort
Sort the integer array from "start" inclusive to "end" exclusive in ascending order, using the provided comparator. TODO: is this an unstable sort?
-