Lines Matching refs:JSONArray
20186 public class JSONArray {
20187 ctor public JSONArray();
20188 ctor public JSONArray(java.util.Collection);
20189 ctor public JSONArray(org.json.JSONTokener) throws org.json.JSONException;
20190 ctor public JSONArray(String) throws org.json.JSONException;
20191 ctor public JSONArray(Object) throws org.json.JSONException;
20196 method public org.json.JSONArray getJSONArray(int) throws org.json.JSONException;
20210 method public org.json.JSONArray optJSONArray(int);
20216 method public org.json.JSONArray put(boolean);
20217 method public org.json.JSONArray put(double) throws org.json.JSONException;
20218 method public org.json.JSONArray put(int);
20219 method public org.json.JSONArray put(long);
20220 method public org.json.JSONArray put(Object);
20221 method public org.json.JSONArray put(int, boolean) throws org.json.JSONException;
20222 method public org.json.JSONArray put(int, double) throws org.json.JSONException;
20223 method public org.json.JSONArray put(int, int) throws org.json.JSONException;
20224 method public org.json.JSONArray put(int, long) throws org.json.JSONException;
20225 method public org.json.JSONArray put(int, Object) throws org.json.JSONException;
20227 … method public org.json.JSONObject toJSONObject(org.json.JSONArray) throws org.json.JSONException;
20249 …method @NonNull public org.json.JSONArray getJSONArray(@NonNull String) throws org.json.JSONExcept…
20257 method @Nullable public org.json.JSONArray names();
20266 method @Nullable public org.json.JSONArray optJSONArray(@Nullable String);
20280 …method @Nullable public org.json.JSONArray toJSONArray(@Nullable org.json.JSONArray) throws org.js…