Package org.apache.lucene.util
Class LSBRadixSorter
- java.lang.Object
-
- org.apache.lucene.util.LSBRadixSorter
-
public final class LSBRadixSorter extends Object
A LSB Radix sorter for unsigned int values.- NOTE: This API is for internal purposes only and might change in incompatible ways in the next release.
-
-
Constructor Summary
Constructors Constructor Description LSBRadixSorter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
sort(int numBits, int[] array, int len)
Sortarray[0:len]
in place.
-