| 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() |
| 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
|
Copyright © 2014. All Rights Reserved.