public final class LazilyParsedNumber extends Number
Constructor and Description |
---|
LazilyParsedNumber(String value) |
Modifier and Type | Method and Description |
---|---|
double |
doubleValue() |
boolean |
equals(Object obj) |
float |
floatValue() |
int |
hashCode() |
int |
intValue() |
long |
longValue() |
String |
toString() |
byteValue, shortValue
public LazilyParsedNumber(String value)
value
- must not be nullpublic float floatValue()
floatValue
in class Number
public double doubleValue()
doubleValue
in class Number