public static class RankedMotifPair.FoundMotifComparator extends java.lang.Object implements java.util.Comparator<RankedMotifPair>
Constructor and Description |
---|
RankedMotifPair.FoundMotifComparator() |
Modifier and Type | Method and Description |
---|---|
int |
compare(RankedMotifPair o1,
RankedMotifPair o2)
Both o1 and o2 must be RankedMotifPairPairs; the comparison is the natural ordering of Motifs, comparing the motif instance variables
(the found motif).
|
public RankedMotifPair.FoundMotifComparator()
public int compare(RankedMotifPair o1, RankedMotifPair o2)
compare
in interface java.util.Comparator<RankedMotifPair>