public class JsonInt extends JsonNumber<java.lang.Long>
Modifier and Type | Field and Description |
---|---|
long |
_value |
Constructor and Description |
---|
JsonInt(long value) |
Modifier and Type | Method and Description |
---|---|
java.lang.Long |
getValue() |
java.lang.String |
toString() |