public static class Table.ColumnReaderIntFunc extends Table.ColumnReader
| Modifier and Type | Class and Description |
|---|---|
static interface |
Table.ColumnReaderIntFunc.IntegerParser |
MISSING_COLUMN, rowIndex| Constructor and Description |
|---|
ColumnReaderIntFunc(int rowIndex,
Table.ColumnReaderIntFunc.IntegerParser parser) |
| Modifier and Type | Method and Description |
|---|---|
int |
get(java.lang.String[] row) |
public ColumnReaderIntFunc(int rowIndex,
Table.ColumnReaderIntFunc.IntegerParser parser)