public class JSONInteger extends JSONNumber
Constructor and Description |
---|
JSONInteger(BigInteger value) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
BigInteger |
getValue() |
int |
hashCode() |
protected String |
render(boolean pretty,
String indent)
Convert the JSON value into a string representation (JSON representation).
|
Object |
strip()
Remove all JSON information, in the case of a JSONInteger this means a BigInteger.
|
String |
toString() |
public JSONInteger(BigInteger value)
public BigInteger getValue()
protected String render(boolean pretty, String indent)
JSONValue
Copyright © 2012. All Rights Reserved.