Class DiffMatchPatch.LinesToCharsResult
- java.lang.Object
-
- com.composum.ai.aem.core.impl.autotranslate.DiffMatchPatch.LinesToCharsResult
-
- Enclosing class:
- DiffMatchPatch
protected static class DiffMatchPatch.LinesToCharsResult extends Object
Internal class for returning results from diff_linesToChars(). Other less paranoid languages just use a three-element array.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
LinesToCharsResult(String chars1, String chars2, List<String> lineArray)
-