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, shortValuepublic LazilyParsedNumber(String value)
value - must not be nullpublic float floatValue()
floatValue in class Numberpublic double doubleValue()
doubleValue in class Number