| Package | Description |
|---|---|
| org.opencompare.api.java.io | |
| org.opencompare.api.java.util |
| Modifier and Type | Method and Description |
|---|---|
IOCell |
IOCell.clone() |
IOCell |
IOMatrix.getCell(int row,
int column) |
IOCell |
IOMatrix.getOrCreateCell(int row,
int column) |
IOCell |
IOCell.setContent(String content) |
| Modifier and Type | Method and Description |
|---|---|
IOMatrix |
IOMatrix.setCell(IOCell cell,
int row,
int column) |
IOMatrix |
IOMatrix.setCell(IOCell cell,
int row,
int column,
int rowspan,
int colspan) |
| Modifier and Type | Method and Description |
|---|---|
IOCell |
MatrixAnalyser.get(int i,
int j) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
MatrixComparatorEqualityImpl.compareCells(IOCell c1,
IOCell c2) |
boolean |
MatrixComparator.compareCells(IOCell c1,
IOCell c2) |
MatrixAnalyser |
MatrixAnalyser.set(IOCell cell,
int i,
int j,
int rowspan,
int colspan) |
Copyright © 2015. All rights reserved.