Class LazilyParsedNumber
-
- All Implemented Interfaces:
-
java.io.Serializable
public class LazilyParsedNumber extends Number
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classLazilyParsedNumber.Lossy
-
Constructor Summary
Constructors Constructor Description LazilyParsedNumber(String value)
-
Method Summary
Modifier and Type Method Description StringtoString()inthashCode()booleanequals(Object obj)intintValue()longlongValue()floatfloatValue()doubledoubleValue()-
-
Constructor Detail
-
LazilyParsedNumber
LazilyParsedNumber(String value)
-
-
Method Detail
-
hashCode
int hashCode()
-
intValue
int intValue()
-
longValue
long longValue()
-
floatValue
float floatValue()
-
doubleValue
double doubleValue()
-
-
-
-