Class diff_match_patch.LinesToCharsResult

  • Enclosing class:
    diff_match_patch

    protected static class diff_match_patch.LinesToCharsResult
    extends Object
    Internal class for returning results from diff_linesToChars(). Other less paranoid languages just use a three-element array.
    • Constructor Detail

      • LinesToCharsResult

        protected LinesToCharsResult​(String chars1,
                                     String chars2,
                                     List<String> lineArray)