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