Package org.apache.lucene.util
Class Sorter
java.lang.Object
org.apache.lucene.util.Sorter
- Direct Known Subclasses:
InPlaceMergeSorter,IntroSorter,TimSorter
Base class for sorting algorithms implementations.
-
Method Summary
Modifier and TypeMethodDescriptionabstract voidsort(int from, int to) Sort the slice which starts atfrom(inclusive) and ends atto(exclusive).
-
Method Details
-
sort
public abstract void sort(int from, int to) Sort the slice which starts atfrom(inclusive) and ends atto(exclusive).
-