flexjson
Class JsonNumber
java.lang.Object
java.lang.Number
flexjson.JsonNumber
- All Implemented Interfaces:
- Serializable
public class JsonNumber
- extends Number
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JsonNumber
public JsonNumber(String input)
intValue
public int intValue()
- Specified by:
intValue
in class Number
longValue
public long longValue()
- Specified by:
longValue
in class Number
floatValue
public float floatValue()
- Specified by:
floatValue
in class Number
doubleValue
public double doubleValue()
- Specified by:
doubleValue
in class Number
toBigInteger
public BigInteger toBigInteger()
toDouble
public Double toDouble()
toShort
public Short toShort()
toInteger
public Integer toInteger()
toFloat
public Float toFloat()
toLong
public Long toLong()
toByte
public Byte toByte()
toBigDecimal
public BigDecimal toBigDecimal()
isDecimal
public boolean isDecimal()
Copyright © 2014. All Rights Reserved.