commgrids.nuggets.superadmin
Class QuickSortTopicAdminName

java.lang.Object
  extended bycommgrids.nuggets.superadmin.QuickSortGeneric
      extended bycommgrids.nuggets.superadmin.QuickSortTopicAdminName

public class QuickSortTopicAdminName
extends QuickSortGeneric


Constructor Summary
QuickSortTopicAdminName()
           
 
Method Summary
protected  int compare(java.lang.Object a, java.lang.Object b)
           
 
Methods inherited from class commgrids.nuggets.superadmin.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

QuickSortTopicAdminName

public QuickSortTopicAdminName()
Method Detail

compare

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