Package | Description |
---|---|
org.apache.commons.collections4.sequence |
This package provides classes to compare two sequences of objects.
|
Modifier and Type | Method and Description |
---|---|
private SequencesComparator.Snake |
SequencesComparator.buildSnake(int start,
int diag,
int end1,
int end2)
Build a snake.
|
private SequencesComparator.Snake |
SequencesComparator.getMiddleSnake(int start1,
int end1,
int start2,
int end2)
Get the middle snake corresponding to two subsequences of the
main sequences.
|