public final class LazilyParsedNumber extends Number
Constructor and Description |
---|
LazilyParsedNumber(String value) |
Modifier and Type | Method and Description |
---|---|
double |
doubleValue() |
float |
floatValue() |
int |
intValue() |
long |
longValue() |
String |
toString() |
byteValue, shortValue
public LazilyParsedNumber(String value)
public float floatValue()
floatValue
in class Number
public double doubleValue()
doubleValue
in class Number
Copyright © 2008-2017 Google, Inc.. All Rights Reserved.