| Constructor and Description |
|---|
HashableJSONArray() |
HashableJSONArray(Collection<?> values) |
HashableJSONArray(int length) |
HashableJSONArray(org.json.JSONArray array) |
| Modifier and Type | Method and Description |
|---|---|
Object |
get(int index) |
org.json.JSONArray |
getJSONArray(int index) |
org.json.JSONObject |
getJSONObject(int index) |
int |
hashCode() |
clear, getBigDecimal, getBigInteger, getBoolean, getDouble, getEnum, getFloat, getInt, getLong, getNumber, getString, isEmpty, isNull, iterator, join, length, opt, optBigDecimal, optBigInteger, optBoolean, optBoolean, optDouble, optDouble, optEnum, optEnum, optFloat, optFloat, optInt, optInt, optJSONArray, optJSONObject, optLong, optLong, optNumber, optNumber, optQuery, optQuery, optString, optString, put, put, put, put, put, put, put, put, put, put, put, put, put, put, put, put, putAll, putAll, putAll, putAll, query, query, remove, similar, toJSONObject, toList, toString, toString, write, writeclone, equals, finalize, getClass, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic HashableJSONArray()
public HashableJSONArray(int length)
public HashableJSONArray(Collection<?> values)
public HashableJSONArray(org.json.JSONArray array)
public org.json.JSONObject getJSONObject(int index)
throws org.json.JSONException
getJSONObject in class org.json.JSONArrayorg.json.JSONExceptionpublic org.json.JSONArray getJSONArray(int index)
throws org.json.JSONException
getJSONArray in class org.json.JSONArrayorg.json.JSONExceptionpublic Object get(int index) throws org.json.JSONException
get in class org.json.JSONArrayorg.json.JSONExceptionCopyright © 2022. All rights reserved.