Package at.letto.tools
Class diff_match_patch.LinesToCharsResult
java.lang.Object
at.letto.tools.diff_match_patch.LinesToCharsResult
- Enclosing class:
diff_match_patch
Internal class for returning results from diff_linesToChars().
Other less paranoid languages just use a three-element array.
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
LinesToCharsResult
(String chars1, String chars2, List<String> lineArray) -
Method Summary
-
Field Details
-
chars1
-
chars2
-
lineArray
-
-
Constructor Details
-
LinesToCharsResult
-