Class LazilyParsedNumber
java.lang.Object
java.lang.Number
dev.drtheo.autojson.adapter.string.parser.LazilyParsedNumber
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Details
-
LazilyParsedNumber
-
-
Method Details
-
intValue
public int intValue() -
longValue
public long longValue() -
floatValue
public float floatValue()- Specified by:
floatValuein classNumber
-
doubleValue
public double doubleValue()- Specified by:
doubleValuein classNumber
-
shortValue
public short shortValue()- Overrides:
shortValuein classNumber
-
byteValue
public byte byteValue() -
toString
-
hashCode
public int hashCode() -
equals
-