Package org.biojava.bio.alignment
Class AbstractULAlignment.LeftRightLocationComparator
- java.lang.Object
-
- org.biojava.bio.alignment.AbstractULAlignment.LeftRightLocationComparator
-
- All Implemented Interfaces:
java.util.Comparator
- Enclosing class:
- AbstractULAlignment
public class AbstractULAlignment.LeftRightLocationComparator extends java.lang.Object implements java.util.Comparator
Orders by location left to right. If they both start at the same location (o1.getMin() == o2.getMin()) it the larger of the two considered to the Left
-
-
Constructor Summary
Constructors Constructor Description LeftRightLocationComparator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compare(java.lang.Object o1, java.lang.Object o2)
-