public final class DiffRow extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
DiffRow.Tag |
Constructor and Description |
---|
DiffRow(DiffRow.Tag tag,
String oldLine,
String newLine) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getNewLine() |
String |
getOldLine() |
DiffRow.Tag |
getTag() |
int |
hashCode() |
void |
setTag(DiffRow.Tag tag) |
String |
toString() |
public DiffRow(DiffRow.Tag tag, String oldLine, String newLine)
public DiffRow.Tag getTag()
public void setTag(DiffRow.Tag tag)
tag
- the tag to setpublic String getOldLine()
public String getNewLine()
Copyright © 2009–2020 java-diff-utils. All rights reserved.