public class ShortParser extends AbstractColumnParser<Short>
missingValueStrings| Constructor and Description |
|---|
ShortParser(ShortColumnType columnType) |
ShortParser(ShortColumnType columnType,
ReadOptions readOptions) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canParse(String str) |
Short |
parse(String s) |
double |
parseDouble(String s) |
short |
parseShort(String str) |
columnType, isMissing, parseByte, parseFloat, parseInt, parseLong, removepublic ShortParser(ShortColumnType columnType)
public ShortParser(ShortColumnType columnType, ReadOptions readOptions)
public boolean canParse(String str)
canParse in class AbstractColumnParser<Short>public Short parse(String s)
parse in class AbstractColumnParser<Short>public double parseDouble(String s)
parseDouble in class AbstractColumnParser<Short>public short parseShort(String str)
parseShort in class AbstractColumnParser<Short>Copyright © 2019. All rights reserved.