jdsl.core.algo.sorts
Class ArrayQuickSort

java.lang.Object
  |
  +--jdsl.core.algo.sorts.ArrayQuickSort

public class ArrayQuickSort
extends java.lang.Object
implements SortObject


Constructor Summary
ArrayQuickSort()
           
 
Method Summary
 void sort(Sequence S, Comparator c)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArrayQuickSort

public ArrayQuickSort()
Method Detail

sort

public void sort(Sequence S,
                 Comparator c)
Specified by:
sort in interface SortObject