public class DoubleDataParser extends NumericDataParser
Constructor and Description |
---|
DoubleDataParser()
Create a new numeric data parser for Double values
|
DoubleDataParser(boolean first_column_date)
Create a new Double data parser, with the information that the first
column is in date format.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
checkNumberFormat(java.lang.String format)
Check whether this String represents a Double number
|
isValid
public DoubleDataParser()
public DoubleDataParser(boolean first_column_date)
first_column_date
- Whether the first column is in date formatprotected boolean checkNumberFormat(java.lang.String format)
checkNumberFormat
in class NumericDataParser
format
- the String containing the Double number