Constructor and Description |
---|
TableBuilder(String title) |
Modifier and Type | Method and Description |
---|---|
Table |
build() |
Table.TableBuilder |
header(String header) |
Table.TableBuilder |
rowValues(List<String> row) |
public TableBuilder(String title)
public Table.TableBuilder header(String header)
public Table.TableBuilder rowValues(List<String> row)
public Table build()
Copyright © 2010–2023 The Apache Software Foundation. All rights reserved.