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, write
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait
forEach, spliterator
public 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.JSONArray
org.json.JSONException
public org.json.JSONArray getJSONArray(int index) throws org.json.JSONException
getJSONArray
in class org.json.JSONArray
org.json.JSONException
public Object get(int index) throws org.json.JSONException
get
in class org.json.JSONArray
org.json.JSONException
Copyright © 2022. All rights reserved.