Package org.biojava3.core.sequence
Class ExonComparator
java.lang.Object
org.biojava3.core.sequence.ExonComparator
- All Implemented Interfaces:
Comparator<ExonSequence>
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
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
ExonComparator
public ExonComparator()
-
-
Method Details
-
compare
- Specified by:
compare
in interfaceComparator<ExonSequence>
-