public class Table1Builder
extends TableBuilder
Builds a table with the given rows.
| Modifier and Type | Method and Description |
|---|---|
<C1> Table1<C1> |
row(C1 val1)
Adds a row to the table with the given values.
|
public <C1> Table1<C1> row(C1 val1)
Adds a row to the table with the given values.