lapisx.sort
Class PointerSort

java.lang.Object
  extended bylapisx.sort.PointerSort

public class PointerSort
extends Object


Field Summary
static Debug debug
           
 
Constructor Summary
PointerSort(int[] originalArray)
           
 
Method Summary
 int get(int i)
           
 int[] pointerArray()
           
 void sort()
           
 void sort(int low, int high)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

debug

public static Debug debug
Constructor Detail

PointerSort

public PointerSort(int[] originalArray)
Method Detail

pointerArray

public int[] pointerArray()

sort

public void sort()

get

public int get(int i)

sort

public void sort(int low,
                 int high)