Package org.biojava.nbio.core.sequence
Class ExonComparator
- java.lang.Object
- 
- org.biojava.nbio.core.sequence.ExonComparator
 
- 
- All Implemented Interfaces:
- Serializable,- Comparator<ExonSequence>
 
 public class ExonComparator extends Object implements Comparator<ExonSequence>, Serializable Sort Exon where it is a little confusing if exons shoud always be ordered left to right where a negative stranded gene should go the other direction. Need to think about this?- Author:
- Scooter Willis 
- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description ExonComparator()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompare(ExonSequence o1, ExonSequence o2)- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface java.util.Comparatorequals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
 
- 
 
- 
- 
- 
Constructor Detail- 
ExonComparatorpublic ExonComparator() 
 
- 
 - 
Method Detail- 
comparepublic int compare(ExonSequence o1, ExonSequence o2) - Specified by:
- comparein interface- Comparator<ExonSequence>
 
 
- 
 
-