Package com.github.difflib.text
Class DiffRow
java.lang.Object
com.github.difflib.text.DiffRow
- All Implemented Interfaces:
Serializable
Describes the diff row in form [tag, oldLine, newLine) for showing the difference between two texts
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getTag()
int
hashCode()
void
setTag
(DiffRow.Tag tag) toString()
-
Field Details
-
tag
-
oldLine
-
newLine
-
-
Constructor Details
-
DiffRow
-
-
Method Details