cc.plural.jsonij
Class JSON.Numeric
java.lang.Object
cc.plural.jsonij.Value
cc.plural.jsonij.NumericImp
cc.plural.jsonij.JSON.Numeric
- All Implemented Interfaces:
- Serializable, Comparable<Value>
- Enclosing class:
- JSON
public static class JSON.Numeric
- extends NumericImp
JSON Numeric. Wrapper for NumericImp.
- See Also:
- Serialized Form
| Nested classes/interfaces inherited from class cc.plural.jsonij.Value |
Value.TYPE |
| Methods inherited from class cc.plural.jsonij.NumericImp |
byteValue, doubleValue, equals, floatValue, getNumber, hashCode, internalType, intValue, longValue, nestedSize, shortValue, toJSON |
| Methods inherited from class cc.plural.jsonij.Value |
compareTo, get, get, getBoolean, getDouble, getInt, getString, getValueType, has, isNull, size, toString, type, valueKeySet |
JSON.Numeric
public JSON.Numeric(int value)
- Default Constructor.
- Parameters:
n - The java.lang.Number Value.
JSON.Numeric
public JSON.Numeric(long value)
JSON.Numeric
public JSON.Numeric(double value)
JSON.Numeric
public JSON.Numeric(Number numberValue)
Copyright © 2012. All Rights Reserved.