- java.lang.Object
-
- org.apache.lucene.util.SorterTemplate
-
-
Method Summary
Methods
Modifier and Type |
Method and Description |
protected abstract int |
compare(int i,
int j) |
protected void |
mergeSort(int lo,
int hi) |
void |
quickSort(int lo,
int hi) |
protected abstract void |
swap(int i,
int j) |
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
SorterTemplate
public SorterTemplate()
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.