public class JsonArray extends ArrayList<Object>
modCount| 构造器和说明 |
|---|
JsonArray() |
| 限定符和类型 | 方法和说明 |
|---|---|
BigDecimal |
getBigDecimal(int index) |
BigInteger |
getBigInteger(int index) |
boolean |
getBoolean(int index) |
byte |
getByte(int index) |
double |
getDouble(int index) |
float |
getFloat(int index) |
int |
getInteger(int index) |
JsonArray |
getJsonArray(int index) |
JsonObject |
getJsonObject(int index) |
long |
getLong(int index) |
short |
getShort(int index) |
String |
getString(int index) |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizeequals, hashCodecontainsAll, toStringcontainsAll, equals, hashCodeparallelStream, streampublic JsonObject getJsonObject(int index)
public JsonArray getJsonArray(int index)
public String getString(int index)
public byte getByte(int index)
public short getShort(int index)
public int getInteger(int index)
public long getLong(int index)
public float getFloat(int index)
public double getDouble(int index)
public BigInteger getBigInteger(int index)
public BigDecimal getBigDecimal(int index)
public boolean getBoolean(int index)
Copyright © 2016. All rights reserved.