| Package | Description |
|---|---|
| org.virtualrepository.csv | |
| org.virtualrepository.tabular |
| Modifier and Type | Method and Description |
|---|---|
Iterator<Row> |
CsvTable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
Iterator<Row> |
DefaultTable.iterator() |
Iterator<Row> |
MaterializedTable.iterator() |
default java.util.stream.Stream<Row> |
Table.stream()
Returns a sequential stream of the rows of this table.
|
default java.util.stream.Stream<Row> |
Table.stream(boolean parallel)
Returns a stream of the rows of this table.
|
| 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.
|
MaterializedTable(List<Column> columns,
Iterable<Row> rows)
Creates an instance with given columns and rows.
|
Copyright © 2018. All rights reserved.