| Package | Description |
|---|---|
| org.apache.solr.util |
| Modifier and Type | Method and Description |
|---|---|
static void |
PrimUtils.sort(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.
|