Package pro.bilous.codegen.experimental
Class diff_match_patch.LinesToCharsResult
- java.lang.Object
-
- pro.bilous.codegen.experimental.diff_match_patch.LinesToCharsResult
-
- Enclosing class:
- diff_match_patch
public static class diff_match_patch.LinesToCharsResult extends java.lang.ObjectInternal class for returning results from diff_linesToChars(). Other less paranoid languages just use a three-element array.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedLinesToCharsResult(java.lang.String chars1, java.lang.String chars2, java.util.List<java.lang.String> lineArray)
-