public class IntParser extends AbstractParser<Integer>
missingValueStrings
Constructor and Description |
---|
IntParser(ColumnType columnType) |
IntParser(IntColumnType columnType,
CsvReadOptions 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, remove
public IntParser(ColumnType columnType)
public IntParser(IntColumnType columnType, CsvReadOptions readOptions)
public boolean canParse(String str)
canParse
in class AbstractParser<Integer>
public Integer parse(String s)
parse
in class AbstractParser<Integer>
public double parseDouble(String s)
parseDouble
in class AbstractParser<Integer>
public int parseInt(String str)
parseInt
in class AbstractParser<Integer>
Copyright © 2018. All rights reserved.