![]() |
Toolkit-mobile-templates
2.0.0
This repository contains the template applications of the toolkit.
|

Public Member Functions | |
| Diff (Operation operation, String text) | |
| String | toString () |
| int | hashCode () |
| boolean | equals (Object obj) |
Public Attributes | |
| Operation | operation |
| String | text |
Class representing one diff operation.
| name.fraser.neil.plaintext.diff_match_patch.Diff.Diff | ( | Operation | operation, |
| String | text | ||
| ) |
Constructor. Initializes the diff with the provided values.
| operation | One of INSERT, DELETE or EQUAL. |
| text | The text being applied. |
| boolean name.fraser.neil.plaintext.diff_match_patch.Diff.equals | ( | Object | obj | ) |
| int name.fraser.neil.plaintext.diff_match_patch.Diff.hashCode | ( | ) |
Create a numeric hash value for a Diff. This function is not used by DMP.
| String name.fraser.neil.plaintext.diff_match_patch.Diff.toString | ( | ) |
Display a human-readable version of this Diff.
| Operation name.fraser.neil.plaintext.diff_match_patch.Diff.operation |
One of: INSERT, DELETE or EQUAL.
| String name.fraser.neil.plaintext.diff_match_patch.Diff.text |
The text associated with this diff operation.
1.8.11