| Modifier and Type | Method and Description |
|---|---|
Table |
Table.Builder.build()
Build a table from the content of the builder
|
static Table |
Table.of(Object[][] data,
Alignment al,
int width)
Quickly build a table
|
static <T> Table |
Table.of(String[] headers,
T[][] data,
ColumnFormatter<T> f)
Quickly build a table from given data
|
static <T> Table |
Table.of(T[][] data,
ColumnFormatter<T> f)
Quickly build a table
|
Copyright © 2016. All rights reserved.