apollo.gui.detailviewers.sequencealigner.comparators
Class ComparatorSeqFeatureDisplayType

java.lang.Object
  extended by apollo.gui.detailviewers.sequencealigner.comparators.ComparatorSeqFeatureDisplayType
All Implemented Interfaces:
java.util.Comparator<SeqFeatureI>

public class ComparatorSeqFeatureDisplayType
extends java.lang.Object
implements java.util.Comparator<SeqFeatureI>


Constructor Summary
ComparatorSeqFeatureDisplayType()
           
 
Method Summary
 int compare(SeqFeatureI o1, SeqFeatureI 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

ComparatorSeqFeatureDisplayType

public ComparatorSeqFeatureDisplayType()
Method Detail

compare

public int compare(SeqFeatureI o1,
                   SeqFeatureI o2)
Specified by:
compare in interface java.util.Comparator<SeqFeatureI>