![]() |
Toolkit-mobile-templates
2.0.0
This repository contains the template applications of the toolkit.
|
Public Member Functions | |
Patch () | |
String | toString () |
Public Attributes | |
LinkedList< Diff > | diffs |
int | start1 |
int | start2 |
int | length1 |
int | length2 |
Class representing one patch operation.
name.fraser.neil.plaintext.diff_match_patch.Patch.Patch | ( | ) |
Constructor. Initializes with an empty list of diffs.
String name.fraser.neil.plaintext.diff_match_patch.Patch.toString | ( | ) |
Emmulate GNU diff's format. Header: @ -382,8 +481,9 @ Indicies are printed as 1-based, not 0-based.
LinkedList<Diff> name.fraser.neil.plaintext.diff_match_patch.Patch.diffs |
int name.fraser.neil.plaintext.diff_match_patch.Patch.length1 |
int name.fraser.neil.plaintext.diff_match_patch.Patch.length2 |
int name.fraser.neil.plaintext.diff_match_patch.Patch.start1 |
int name.fraser.neil.plaintext.diff_match_patch.Patch.start2 |