Package org.biojava.bio.search
Class SeqSimilaritySearchSubHit.BySubjectStartComparator
- java.lang.Object
-
- org.biojava.bio.search.SeqSimilaritySearchSubHit.BySubjectStartComparator
-
- All Implemented Interfaces:
java.util.Comparator
- Enclosing interface:
- SeqSimilaritySearchSubHit
public static final class SeqSimilaritySearchSubHit.BySubjectStartComparator extends java.lang.Object implements java.util.Comparator
BySubjectStartComparator
comparesSeqSimilaritySearchSubHit
s by their start position on the subject sequence.
-
-
Constructor Summary
Constructors Constructor Description BySubjectStartComparator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compare(java.lang.Object o1, java.lang.Object o2)
-
-
-
Constructor Detail
-
BySubjectStartComparator
public BySubjectStartComparator()
-
-
Method Detail
-
compare
public int compare(java.lang.Object o1, java.lang.Object o2)
- Specified by:
compare
in interfacejava.util.Comparator
-
-