public final class DoubleCellValueReaderImpl extends Object implements DoubleCellValueReader
| Constructor and Description |
|---|
DoubleCellValueReaderImpl() |
| Modifier and Type | Method and Description |
|---|---|
static double |
parseDouble(char[] chars,
int offset,
int length) |
Double |
read(char[] chars,
int offset,
int length,
ParsingContext parsingContext) |
double |
readDouble(char[] chars,
int offset,
int length,
ParsingContext parsingContext) |
String |
toString() |
public Double read(char[] chars, int offset, int length, ParsingContext parsingContext)
read in interface CellValueReader<Double>public double readDouble(char[] chars,
int offset,
int length,
ParsingContext parsingContext)
readDouble in interface DoubleCellValueReaderpublic static double parseDouble(char[] chars,
int offset,
int length)
Copyright © 2016. All rights reserved.