Toolkit-mobile-templates  2.0.0
This repository contains the template applications of the toolkit.
Protected Member Functions | Protected Attributes | List of all members
name.fraser.neil.plaintext.diff_match_patch.LinesToCharsResult Class Reference
Collaboration diagram for name.fraser.neil.plaintext.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

name.fraser.neil.plaintext.diff_match_patch.LinesToCharsResult.LinesToCharsResult ( String  chars1,
String  chars2,
List< String >  lineArray 
)
protected

Member Data Documentation

String name.fraser.neil.plaintext.diff_match_patch.LinesToCharsResult.chars1
protected
String name.fraser.neil.plaintext.diff_match_patch.LinesToCharsResult.chars2
protected
List<String> name.fraser.neil.plaintext.diff_match_patch.LinesToCharsResult.lineArray
protected

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