edu.washington.lib.utilities
Class QuickSort

java.lang.Object
  extended by edu.washington.lib.utilities.QuickSort

public class QuickSort
extends java.lang.Object


Constructor Summary
QuickSort()
           
 
Method Summary
protected static boolean lessThan(Sortable first, Sortable second)
           
static void sort(Sortable[] a)
           
 
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 static void sort(Sortable[] a)

lessThan

protected static boolean lessThan(Sortable first,
                                  Sortable second)