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.


字段摘要
protected  String chars1
           
protected  String chars2
           
protected  List<String> lineArray
           
 
构造方法摘要
protected TextDiffMatchPatch.LinesToCharsResult(String chars1, String chars2, List<String> lineArray)
           
 
方法摘要
 
从类 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.