org.test4j.tools.commons
类 TextDiffMatchPatch.LinesToCharsResult
java.lang.Object
org.test4j.tools.commons.TextDiffMatchPatch.LinesToCharsResult
- 包容类:
- TextDiffMatchPatch
protected static class TextDiffMatchPatch.LinesToCharsResult
- extends Object
Internal class for returning results from diff_linesToChars(). Other less
paranoid languages just use a three-element array.
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
chars1
protected String chars1
chars2
protected String chars2
lineArray
protected List<String> lineArray
TextDiffMatchPatch.LinesToCharsResult
protected TextDiffMatchPatch.LinesToCharsResult(String chars1,
String chars2,
List<String> lineArray)
Copyright © 2013. All rights reserved.