WordMatchCompareTo Method |
Name | Description | |
---|---|---|
CompareTo(Object) |
CompareTo method is used while sorting WordMatch objects.
| |
CompareTo(WordMatch) |
Compares two sequence matches so the result can be used in sorting.
The comparison is done by size and if the size is equal, by seq1
start position. If the sequence1 start positions are equal they are
sorted by sequence2 start position.
|