org.jboss.errai.otec.client.util
Class DiffPatchMerge.LinesToCharsResult
java.lang.Object
org.jboss.errai.otec.client.util.DiffPatchMerge.LinesToCharsResult
- Enclosing class:
- DiffPatchMerge
protected static class DiffPatchMerge.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
DiffPatchMerge.LinesToCharsResult
protected DiffPatchMerge.LinesToCharsResult(String chars1,
String chars2,
List<String> lineArray)
Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.