|
|||||||||
| 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(java.util.List<?> original,
java.util.List<?> revised)
Computes the difference between the original sequence and the revised sequence and returns it as a Patch object. |
Patch |
diff(java.lang.Object[] original,
java.lang.Object[] revised)
Computes the difference between the original sequence and the revised sequence and returns it as a Patch object. |
| Method Detail |
|---|
Patch diff(java.lang.Object[] original,
java.lang.Object[] revised)
Patch object.
original - the original textrevised - the revised text
Patch diff(java.util.List<?> original,
java.util.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 | ||||||||