public class JSONArray extends ArrayList
modCount| Constructor and Description |
|---|
JSONArray() |
JSONArray(List<?> list) |
JSONArray(String jsonAry) |
| Modifier and Type | Method and Description |
|---|---|
int |
length() |
Object |
opt(int i) |
JSONArray |
put(Object value) |
String |
toString() |
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, hashCodecontainsAllfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAll, equals, hashCodeparallelStream, streampublic JSONArray()
public JSONArray(String jsonAry) throws JSONException
JSONExceptionpublic JSONArray(List<?> list)
Copyright © 2017. All rights reserved.