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