|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DataTable
Most general data interface in table structure with a fixed number of columns and iterable rows (no random access).
Each DataTable is a read-only container of DataRow
elements which are returned by the RowIterator. Each row must have
the same number of DataCell elements (columns), is read-only, and
must provide a unique row identifier. A table also contains a
DataTableSpec member which provides information about the structure
of the table. The DataTableSpec consists of DataColumnSpecs
which contain information about the column, e.g. name, type, and possible
values etc.
DataCell,
DataRow,
RowIterator| Method Summary | |
|---|---|
DataTableSpec |
getDataTableSpec()
Returns the DataTableSpec object of this table which gives
information about the structure of this data table. |
RowIterator |
iterator()
Returns a row iterator which returns each row one-by-one from the table. |
| Method Detail |
|---|
DataTableSpec getDataTableSpec()
DataTableSpec object of this table which gives
information about the structure of this data table.
RowIterator iterator()
iterator in interface Iterable<DataRow>DataRow
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||