|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DiffAlgorithm
The general interface for computing diffs between two texts
| Method Summary | |
|---|---|
Patch |
diff(List<?> original,
List<?> revised)
Computes the difference between the original sequence and the revised sequence and returns it as a Patch object. |
Patch |
diff(Object[] original,
Object[] revised)
Computes the difference between the original sequence and the revised sequence and returns it as a Patch object. |
| Method Detail |
|---|
Patch diff(Object[] original,
Object[] revised)
Patch object.
original - the original textrevised - the revised text
Patch diff(List<?> original,
List<?> revised)
Patch object.
original - the original textrevised - the revised text
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||