public class Change extends Object
| Modifier and Type | Field and Description |
|---|---|
Operation |
operation
One of: INSERT, DELETE or EQUAL.
|
String |
text
The text associated with this diff operation.
|
| Constructor and Description |
|---|
Change(Operation operation,
String text)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Is this DiffBase equivalent to another DiffBase?
|
int |
hashCode()
Create a numeric hash value for a DiffBase.
|
String |
toString()
Display a human-readable version of this DiffBase.
|
public Operation operation
public String text
public String toString()
public int hashCode()
Copyright © 2017. All rights reserved.