Class LazilyParsedNumber.Lossy
java.lang.Object
java.lang.Number
dev.drtheo.autojson.adapter.string.parser.LazilyParsedNumber
dev.drtheo.autojson.adapter.string.parser.LazilyParsedNumber.Lossy
- All Implemented Interfaces:
Serializable
- Enclosing class:
- LazilyParsedNumber
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class dev.drtheo.autojson.adapter.string.parser.LazilyParsedNumber
LazilyParsedNumber.Lossy -
Field Summary
Fields inherited from class dev.drtheo.autojson.adapter.string.parser.LazilyParsedNumber
value -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class dev.drtheo.autojson.adapter.string.parser.LazilyParsedNumber
equals, hashCode, toString
-
Constructor Details
-
Lossy
-
-
Method Details
-
intValue
public int intValue()- Overrides:
intValuein classLazilyParsedNumber
-
longValue
public long longValue()- Overrides:
longValuein classLazilyParsedNumber
-
floatValue
public float floatValue()- Overrides:
floatValuein classLazilyParsedNumber
-
doubleValue
public double doubleValue()- Overrides:
doubleValuein classLazilyParsedNumber
-
shortValue
public short shortValue()- Overrides:
shortValuein classNumber
-
byteValue
public byte byteValue()
-