|
Header
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Values2D
A general purpose interface that can be used to access a table of values.
Method Summary | |
---|---|
int |
getColumnCount()
Returns the number of columns in the table. |
int |
getRowCount()
Returns the number of rows in the table. |
java.lang.Number |
getValue(int row,
int column)
Returns a value from the table. |
Method Detail |
---|
int getRowCount()
int getColumnCount()
java.lang.Number getValue(int row, int column)
row
- the row index (zero-based).column
- the column index (zero-based).
null
).
java.lang.IndexOutOfBoundsException
- if the row
or column
is out of bounds.
|
Footer
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |