Package org.biojava.bio.alignment
Class AbstractULAlignment.LeftRightLocationComparator<T>
java.lang.Object
org.biojava.bio.alignment.AbstractULAlignment.LeftRightLocationComparator<T>
- All Implemented Interfaces:
Comparator<T>
- Enclosing class:
AbstractULAlignment
public class AbstractULAlignment.LeftRightLocationComparator<T>
extends Object
implements Comparator<T>
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 -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, 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
-
LeftRightLocationComparator
public LeftRightLocationComparator()
-
-
Method Details
-
compare
- Specified by:
compare
in interfaceComparator<T>
-