compbio.pipeline._jpred
Class Hit.NumberComporator

java.lang.Object
  extended by compbio.pipeline._jpred.Hit.NumberComporator
All Implemented Interfaces:
Comparator<Hit>
Enclosing class:
Hit

public static final class Hit.NumberComporator
extends Object
implements Comparator<Hit>


Constructor Summary
Hit.NumberComporator()
           
 
Method Summary
 int compare(Hit o1, Hit o2)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Comparator
equals
 

Constructor Detail

Hit.NumberComporator

public Hit.NumberComporator()
Method Detail

compare

public int compare(Hit o1,
                   Hit o2)
Specified by:
compare in interface Comparator<Hit>