public class CDSComparator extends Object implements Comparator<CDSSequence>, Serializable
Constructor and Description |
---|
CDSComparator() |
Modifier and Type | Method and Description |
---|---|
int |
compare(CDSSequence o1,
CDSSequence o2)
Used to sort two CDSSequences where Negative Strand makes it tough
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
comparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
public CDSComparator()
public int compare(CDSSequence o1, CDSSequence o2)
compare
in interface Comparator<CDSSequence>
o1
- o2
- Copyright © 2000–2019 BioJava. All rights reserved.