public static class diff_match_patch.Diff extends Object
| Modifier and Type | Field and Description | 
|---|---|
| diff_match_patch.Operation | operationOne of: INSERT, DELETE or EQUAL. | 
| String | textThe text associated with this diff operation. | 
| Constructor and Description | 
|---|
| diff_match_patch.Diff(diff_match_patch.Operation operation,
                     String text)Constructor. | 
public diff_match_patch.Operation operation
public String text
public diff_match_patch.Diff(diff_match_patch.Operation operation, String text)
operation - One of INSERT, DELETE or EQUAL.text - The text being applied.public String toString()
public int hashCode()
Copyright (c) 2006, 2015 Obeo and others. All rights reserved.