commgrids.nuggets.wiley.sort
Class SortCategory

java.lang.Object
  extended bycommgrids.nuggets.wiley.sort.QuickSortGeneric
      extended bycommgrids.nuggets.wiley.sort.SortCategory

public class SortCategory
extends QuickSortGeneric


Constructor Summary
SortCategory()
           
 
Method Summary
protected  int compare(java.lang.Object a, java.lang.Object b)
           
 
Methods inherited from class commgrids.nuggets.wiley.sort.QuickSortGeneric
main, partition, sort, sort, swap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SortCategory

public SortCategory()
Method Detail

compare

protected int compare(java.lang.Object a,
                      java.lang.Object b)
Specified by:
compare in class QuickSortGeneric