Package org.apache.lucene.util
Class InPlaceMergeSorter
- java.lang.Object
-
- org.apache.lucene.util.Sorter
-
- org.apache.lucene.util.InPlaceMergeSorter
-
-
Constructor Summary
Constructors Constructor Description InPlaceMergeSorter()Create a newInPlaceMergeSorter
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsort(int from, int to)Sort the slice which starts atfrom(inclusive) and ends atto(exclusive).
-
-
-
Constructor Detail
-
InPlaceMergeSorter
public InPlaceMergeSorter()
Create a newInPlaceMergeSorter
-
-