org.ximtec.igesture.util
Class diff_match_patch.LinesToCharsResult
java.lang.Object
org.ximtec.igesture.util.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.
| Methods inherited from class 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
diff_match_patch.LinesToCharsResult
protected diff_match_patch.LinesToCharsResult(String chars1,
String chars2,
List<String> lineArray)
Copyright © 2007-2010 Global Information Systems Group, ETH Zurich. All Rights Reserved.