Lines Matching refs:JSONArray
19242 public class JSONArray {
19243 ctor public JSONArray();
19244 ctor public JSONArray(java.util.Collection);
19245 ctor public JSONArray(org.json.JSONTokener) throws org.json.JSONException;
19246 ctor public JSONArray(String) throws org.json.JSONException;
19247 ctor public JSONArray(Object) throws org.json.JSONException;
19252 method public org.json.JSONArray getJSONArray(int) throws org.json.JSONException;
19266 method public org.json.JSONArray optJSONArray(int);
19272 method public org.json.JSONArray put(boolean);
19273 method public org.json.JSONArray put(double) throws org.json.JSONException;
19274 method public org.json.JSONArray put(int);
19275 method public org.json.JSONArray put(long);
19276 method public org.json.JSONArray put(Object);
19277 method public org.json.JSONArray put(int, boolean) throws org.json.JSONException;
19278 method public org.json.JSONArray put(int, double) throws org.json.JSONException;
19279 method public org.json.JSONArray put(int, int) throws org.json.JSONException;
19280 method public org.json.JSONArray put(int, long) throws org.json.JSONException;
19281 method public org.json.JSONArray put(int, Object) throws org.json.JSONException;
19283 … method public org.json.JSONObject toJSONObject(org.json.JSONArray) throws org.json.JSONException;
19304 …method @NonNull public org.json.JSONArray getJSONArray(@NonNull String) throws org.json.JSONExcept…
19312 method @Nullable public org.json.JSONArray names();
19321 method @Nullable public org.json.JSONArray optJSONArray(@Nullable String);
19335 …method @Nullable public org.json.JSONArray toJSONArray(@Nullable org.json.JSONArray) throws org.js…