com.ibm.as400.ui.tools
Class QuickSort

java.lang.Object
  extended by com.ibm.as400.ui.tools.SortAlgorithm
      extended by com.ibm.as400.ui.tools.QuickSort

public class QuickSort
extends SortAlgorithm


Field Summary
Modifier and Type Field and Description
 
Fields inherited from class com.ibm.as400.ui.tools.SortAlgorithm
stopRequested
 
Constructor Summary
Constructor and Description
QuickSort()
           
 
Method Summary
Modifier and Type Method and Description
 void sort(Vector v)
          This method will be called to sort an Vector of Sortables
 
Methods inherited from class com.ibm.as400.ui.tools.SortAlgorithm
init, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QuickSort

public QuickSort()
Method Detail

sort

public void sort(Vector v)
          throws Exception
Description copied from class: SortAlgorithm
This method will be called to sort an Vector of Sortables

Throws:
Exception