class Table extends Object
List<String>
columns
List<List<String>>
rows
Table()
void
columns(String[] columnNames)
columns(List<String> columnNames)
row(String[] row)
row(List<String> row)
rows(List<List<String>> rows)
class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
GitHub