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

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

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

Compares profiles based on profile IDs


Constructor Summary
MAINGUI2.ProfileIDComparator()
           
 
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.ProfileIDComparator

public MAINGUI2.ProfileIDComparator()
Method Detail

compare

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