| Package | Description |
|---|---|
| com.jimmoores.quandl |
The core Quandl wrapper classes
|
| Modifier and Type | Method and Description |
|---|---|
Row |
TabularResult.get(int index)
Get a row, indexed from zero (excluding the header).
|
static Row |
Row.of(HeaderDefinition headerDefinition,
String[] values)
Create a Row.
|
Row |
Row.withPaddedHeader(HeaderDefinition headerDefinition)
Create row with new header.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<Row> |
TabularResult.iterator()
Gets a row iterator.
|
| Modifier and Type | Method and Description |
|---|---|
static TabularResult |
TabularResult.of(HeaderDefinition headerDefinition,
List<Row> rows)
Create a tabular result set from a header definition and an ordered list of rows.
|
Copyright 2014-Present by Jim Moores
${javadoc.footer.license}