Class AlignerHelper.Anchor.QueryIndexComparator
- java.lang.Object
-
- org.biojava.nbio.alignment.routines.AlignerHelper.Anchor.QueryIndexComparator
-
- All Implemented Interfaces:
java.io.Serializable
,java.util.Comparator<AlignerHelper.Anchor>
- Enclosing class:
- AlignerHelper.Anchor
public static class AlignerHelper.Anchor.QueryIndexComparator extends java.lang.Object implements java.util.Comparator<AlignerHelper.Anchor>, java.io.Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description QueryIndexComparator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compare(AlignerHelper.Anchor o1, AlignerHelper.Anchor o2)
-
-
-
Method Detail
-
compare
public int compare(AlignerHelper.Anchor o1, AlignerHelper.Anchor o2)
- Specified by:
compare
in interfacejava.util.Comparator<AlignerHelper.Anchor>
-
-