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