Package | Description |
---|---|
com.github.difflib.algorithm.myers |
Modifier and Type | Method and Description |
---|---|
private MeyersDiffWithLinearSpace.Snake |
MeyersDiffWithLinearSpace.buildSnake(MeyersDiffWithLinearSpace.DiffData data,
int start,
int diag,
int end1,
int end2) |
private MeyersDiffWithLinearSpace.Snake |
MeyersDiffWithLinearSpace.getMiddleSnake(MeyersDiffWithLinearSpace.DiffData data,
int start1,
int end1,
int start2,
int end2) |