Interface | Description |
---|---|
Column |
A view of a column of a table.
|
Row |
One row of a data table.
|
Table |
This is the interface for the in memory table which stores a list of rows.
|
Class | Description |
---|---|
RowBuilder |
Build a row.
|
TableBuilder |
Builder to construct tables.
|
TableLayout |
A layout for a table to be written.
|
TableLayoutBuilder |
Construct a layout for a table.
|