edu.cmu.cs.sb.stem
Class MAINGUI2.ProfilenumComparator

java.lang.Object
  extended by edu.cmu.cs.sb.stem.MAINGUI2.ProfilenumComparator
All Implemented Interfaces:
java.util.Comparator
Enclosing class:
MAINGUI2

public static class MAINGUI2.ProfilenumComparator
extends java.lang.Object
implements java.util.Comparator

Compares profiles based on number of genes assigned then by ID


Constructor Summary
MAINGUI2.ProfilenumComparator()
           
 
Method Summary
 int compare(java.lang.Object o1, java.lang.Object o2)
           
 
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

MAINGUI2.ProfilenumComparator

public MAINGUI2.ProfilenumComparator()
Method Detail

compare

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