|
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Objectorg.ximtec.igesture.util.diff_match_patch.Diff
public static class diff_match_patch.Diff
Class representing one diff operation.
| Field Summary | |
|---|---|
diff_match_patch.Operation |
operation
One of: INSERT, DELETE or EQUAL. |
String |
text
The text associated with this diff operation. |
| Constructor Summary | |
|---|---|
diff_match_patch.Diff(diff_match_patch.Operation operation,
String text)
Constructor. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object d)
Is this Diff equivalent to another Diff? |
String |
toString()
Display a human-readable version of this Diff. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public diff_match_patch.Operation operation
public String text
| Constructor Detail |
|---|
public diff_match_patch.Diff(diff_match_patch.Operation operation,
String text)
operation - One of INSERT, DELETE or EQUAL.text - The text being applied.| Method Detail |
|---|
public String toString()
toString in class Objectpublic boolean equals(Object d)
equals in class Objectd - Another Diff to compare against.
|
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||