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 TypeMethodDescriptionbooleangetTag()inthashCode()voidsetTag(DiffRow.Tag tag) toString()
-
Field Details
-
tag
-
oldLine
-
newLine
-
-
Constructor Details
-
DiffRow
-
-
Method Details
-
getTag
- Returns:
- the tag
-
setTag
- Parameters:
tag- the tag to set
-
getOldLine
- Returns:
- the oldLine
-
getNewLine
- Returns:
- the newLine
-
hashCode
-
equals
-
toString
-