Class DiffMatchPatch.LinesToCharsResult
java.lang.Object
com.jsql.model.injection.strategy.blind.patch.DiffMatchPatch.LinesToCharsResult
- Enclosing class:
DiffMatchPatch
Internal class for returning results from diff_linesToChars().
Other less paranoid languages just use a three-element array.
-
Field Summary
-
Constructor Summary
ModifierConstructorDescriptionprotected
LinesToCharsResult
(String chars1, String chars2, List<String> lineArray) -
Method Summary
-
Field Details
-
chars1
-
chars2
-
lineArray
-
-
Constructor Details
-
LinesToCharsResult
-