public class JSONInteger extends JSONNumber
构造器和说明 |
---|
JSONInteger(BigInteger value) |
限定符和类型 | 方法和说明 |
---|---|
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 © 2016–2017. All rights reserved.