Package org.biojava.nbio.core.sequence
Class CDSComparator
- java.lang.Object
-
- org.biojava.nbio.core.sequence.CDSComparator
-
- All Implemented Interfaces:
java.io.Serializable,java.util.Comparator<CDSSequence>
public class CDSComparator extends java.lang.Object implements java.util.Comparator<CDSSequence>, java.io.Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CDSComparator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompare(CDSSequence o1, CDSSequence o2)Used to sort two CDSSequences where Negative Strand makes it tough
-
-
-
Method Detail
-
compare
public int compare(CDSSequence o1, CDSSequence o2)
Used to sort two CDSSequences where Negative Strand makes it tough- Specified by:
comparein interfacejava.util.Comparator<CDSSequence>- Parameters:
o1-o2-- Returns:
- val
-
-