sunw.demo.sort
Class QSortAlgorithm

java.lang.Object
  |
  +--sunw.demo.sort.SortAlgorithm
        |
        +--sunw.demo.sort.QSortAlgorithm

public class QSortAlgorithm
extends sunw.demo.sort.SortAlgorithm

A quick sort demonstration algorithm SortAlgorithm.java


Fields inherited from class sunw.demo.sort.SortAlgorithm
stopRequested
 
Constructor Summary
QSortAlgorithm()
           
 
Method Summary
 void sort(int[] a)
           
 
Methods inherited from class sunw.demo.sort.SortAlgorithm
init, pause, pause, pause, setParent, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QSortAlgorithm

public QSortAlgorithm()
Method Detail

sort

public void sort(int[] a)
          throws java.lang.Exception