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 int
compare(int[] a, int i, int j, Object comparator)
protected abstract int
compare(Object x, Object y)
protected abstract Object
lookup(Object comparator, int i)
protected void
swap(int[] a, int i, int j)
-