public abstract class AbstractTableReport extends Object implements TableReport
Constructor and Description |
---|
AbstractTableReport() |
Modifier and Type | Method and Description |
---|---|
Object |
getValueAt(long row,
int col)
Returns value at given row and column.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getColumnCount, getElementCount, getRow, getRowCount, getTableColumnNames, getTableTitle, toStringTabDelim
public Object getValueAt(long row, int col)
TableReport
getValueAt
in interface TableReport
row
- row numbercol
- column numberCopyright © 2019. All rights reserved.