edu.cmu.cs.sb.core
Class GoAnnotations.GORankingComparator

java.lang.Object
  extended by edu.cmu.cs.sb.core.GoAnnotations.GORankingComparator
All Implemented Interfaces:
java.util.Comparator
Enclosing class:
GoAnnotations

public class GoAnnotations.GORankingComparator
extends java.lang.Object
implements java.util.Comparator

Compartor for two profile ranking records


Constructor Summary
GoAnnotations.GORankingComparator()
           
 
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

GoAnnotations.GORankingComparator

public GoAnnotations.GORankingComparator()
Method Detail

compare

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