| Constructor and Description |
|---|
DefaultTable(List<Column> columns,
Iterable<Row> rows)
Creates an instance with given columns and rows
|
DefaultTable(List<Column> columns,
Iterator<Row> rows)
Creates an instance with given columns and rows
|
| Modifier and Type | Method and Description |
|---|---|
List<Column> |
columns()
Returns the columns of this table.
|
Iterator<Row> |
iterator() |
Properties |
properties()
Returns the properties of this object.
|
String |
toString() |
public DefaultTable(List<Column> columns, Iterable<Row> rows)
columns - the columnsrows - the rowspublic List<Column> columns()
Tablepublic Properties properties()
Describedproperties in interface DescribedCopyright © 2014. All Rights Reserved.