Class DiffMatchPatch.LinesToCharsResult

java.lang.Object
org.netxms.base.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.
  • Field Details

    • chars1

      protected String chars1
    • chars2

      protected String chars2
    • lineArray

      protected List<String> lineArray
  • Constructor Details