public class IntParser extends AbstractColumnParser<Integer>
missingValueStrings| Constructor and Description |
|---|
IntParser(ColumnType columnType) |
IntParser(IntColumnType columnType,
ReadOptions readOptions) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canParse(String str) |
Integer |
parse(String s) |
double |
parseDouble(String s) |
int |
parseInt(String str) |
columnType, isMissing, parseByte, parseFloat, parseLong, parseShort, removepublic IntParser(ColumnType columnType)
public IntParser(IntColumnType columnType, ReadOptions readOptions)
public boolean canParse(String str)
canParse in class AbstractColumnParser<Integer>public Integer parse(String s)
parse in class AbstractColumnParser<Integer>public double parseDouble(String s)
parseDouble in class AbstractColumnParser<Integer>public int parseInt(String str)
parseInt in class AbstractColumnParser<Integer>Copyright © 2020. All rights reserved.