Package | Description |
---|---|
org.apache.solr.util |
Common utility classes used throughout Solr
|
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.
|
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.