public interface DataTable
Modifier and Type | Method and Description |
---|---|
Object |
getColumn(int column) |
Object |
getElement(int row,
int col) |
int |
getNCols() |
int |
getNRows() |
Object |
getRow(int row) |
void |
setColumn(int column,
Object newColumn) |
void |
setElement(int row,
int col,
Object newElement) |
void |
setRow(int row,
Object newRow) |
void setRow(int row, Object newRow) throws TableException
TableException
Object getRow(int row)
void setColumn(int column, Object newColumn) throws TableException
TableException
Object getColumn(int column)
void setElement(int row, int col, Object newElement) throws TableException
TableException
Object getElement(int row, int col)
int getNRows()
int getNCols()
Copyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.