public class CompareTablesQuery.ComparisonResultTable extends CompareTablesQuery.TableComparisonResult implements IResultTable
EMPTY
Constructor and Description |
---|
ComparisonResultTable(List<org.eclipse.mat.internal.snapshot.inspections.CompareTablesQuery.ComparedRow> rows,
Column key,
List<CompareTablesQuery.ComparedColumn> comparedColumns,
CompareTablesQuery.Mode mode,
CompareTablesQuery.Operation setOp) |
Modifier and Type | Method and Description |
---|---|
Object |
getRow(int rowId)
Returns the object of the row with the given row number.
|
int |
getRowCount()
Returns the number of rows in the result table.
|
getColumns, getColumnValue, getComparedColumns, getContext, getIcon, getMode, getOperation, getResultMetaData, setComparedColumns, setMode, setOperation, updateColumns
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getColumns, getColumnValue, getContext
getResultMetaData
public ComparisonResultTable(List<org.eclipse.mat.internal.snapshot.inspections.CompareTablesQuery.ComparedRow> rows, Column key, List<CompareTablesQuery.ComparedColumn> comparedColumns, CompareTablesQuery.Mode mode, CompareTablesQuery.Operation setOp)
public Object getRow(int rowId)
IResultTable
getRow
in interface IResultTable
rowId
- The row number.IStructuredResult.getContext(Object)
or
IStructuredResult.getColumnValue(Object, int)
.public int getRowCount()
IResultTable
getRowCount
in interface IResultTable