public interface RowData
Modifier and Type | Method and Description |
---|---|
Object |
getCell(int icol)
Returns the contents of one cell in this row.
|
Object[] |
getRow()
Returns the contents of all the cells in this row.
|
Object getCell(int icol) throws IOException
icol
- column indexIOException
- if there's a problem reading the valueObject[] getRow() throws IOException
Note that implementations are in general (unless otherwise restricted by subtype documented contracts) free to return the same array, with different contents, on subsequent invocations of this method, so callers should not rely on the contents being undisturbed.
IOException
Copyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.