ProGAL.dataStructures
Class SorterQuick

java.lang.Object
  extended by ProGAL.dataStructures.Sorter
      extended by ProGAL.dataStructures.SorterQuick

public class SorterQuick
extends Sorter


Constructor Summary
SorterQuick()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void Sort(Set set, SortTool tool, boolean descending)
           
 
Methods inherited from class ProGAL.dataStructures.Sorter
Sort
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SorterQuick

public SorterQuick()
Method Detail

Sort

public void Sort(Set set,
                 SortTool tool,
                 boolean descending)
Specified by:
Sort in class Sorter

main

public static void main(java.lang.String[] args)