BuildmLearn-Toolkit-Android  2.0.0
The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
Protected Member Functions | Protected Attributes | List of all members
org.buildmlearn.toolkit.utilities.diff_match_patch.LinesToCharsResult Class Reference
Collaboration diagram for org.buildmlearn.toolkit.utilities.diff_match_patch.LinesToCharsResult:
Collaboration graph
[legend]

Protected Member Functions

 LinesToCharsResult (String chars1, String chars2, List< String > lineArray)
 

Protected Attributes

String chars1
 
String chars2
 
List< String > lineArray
 

Detailed Description

Internal class for returning results from diff_linesToChars(). Other less paranoid languages just use a three-element array.

Constructor & Destructor Documentation

org.buildmlearn.toolkit.utilities.diff_match_patch.LinesToCharsResult.LinesToCharsResult ( String  chars1,
String  chars2,
List< String >  lineArray 
)
protected

Member Data Documentation

String org.buildmlearn.toolkit.utilities.diff_match_patch.LinesToCharsResult.chars1
protected
String org.buildmlearn.toolkit.utilities.diff_match_patch.LinesToCharsResult.chars2
protected
List<String> org.buildmlearn.toolkit.utilities.diff_match_patch.LinesToCharsResult.lineArray
protected

The documentation for this class was generated from the following file: