public class SideBySideView extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SideBySideView.Line
Holds information about a single line, which consists of the left and
right information of the diff.
|
| Constructor and Description |
|---|
SideBySideView() |
| Modifier and Type | Method and Description |
|---|---|
void |
addLine(SideBySideView.Line line)
Adds a line.
|
void |
clearDuplicateLines()
Deletes all dupes in the given lines.
|
List<SideBySideView.Line> |
getLines()
Returns the lines of the
SideBySideView. |
public List<SideBySideView.Line> getLines()
SideBySideView.public void addLine(SideBySideView.Line line)
line - A single line.public void clearDuplicateLines()
Copyright © 2016–2020. All rights reserved.