| Class | Description |
|---|---|
| Column<T> |
Class represents a column of data and to be used with the
Columns. |
| ColumnKey<T> | |
| Columns |
Class represents a "table" of data, as ordered collection of the
Column instances. |
| ColumnsBuilder |
Class provides mutable usability functionality to build
Columns instance. |
| NullStrategy |
Class provides functional methods to transform arrays or collections to append a null value to it.
|
| Row |
Represents a single row of data in the table-like structure of the
Rows. |
| RowEntry<T> | |
| Rows |
Class represents a table-like structure as an ordered list of
Row instances. |