gov.nih.nci.caarray.ui.core
Class OrganizationComparator

java.lang.Object
  extended by gov.nih.nci.caarray.ui.core.OrganizationComparator
All Implemented Interfaces:
java.util.Comparator

public class OrganizationComparator
extends java.lang.Object
implements java.util.Comparator

Author:
zhoujim JIMTODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

Constructor Summary
OrganizationComparator()
           
 
Method Summary
 int compare(java.lang.Object a, java.lang.Object b)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Comparator
equals
 

Constructor Detail

OrganizationComparator

public OrganizationComparator()
Method Detail

compare

public int compare(java.lang.Object a,
                   java.lang.Object b)
Specified by:
compare in interface java.util.Comparator