Package gnu.kawa.util
Class HeapSort.IndexSort
- java.lang.Object
-
- gnu.kawa.util.HeapSort<int[],Object>
-
- gnu.kawa.util.HeapSort.IndexSort
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class gnu.kawa.util.HeapSort
HeapSort.IndexSort
-
-
Constructor Summary
Constructors Constructor Description IndexSort()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected intcompare(int[] a, int i, int j, Object comparator)protected abstract intcompare(Object x, Object y)protected abstract Objectlookup(Object comparator, int i)protected voidswap(int[] a, int i, int j)
-