Lines Matching refs:JSONArray
21062 public class JSONArray {
21063 ctor public JSONArray();
21064 ctor public JSONArray(java.util.Collection);
21065 ctor public JSONArray(org.json.JSONTokener) throws org.json.JSONException;
21066 ctor public JSONArray(String) throws org.json.JSONException;
21067 ctor public JSONArray(Object) throws org.json.JSONException;
21072 method public org.json.JSONArray getJSONArray(int) throws org.json.JSONException;
21086 method public org.json.JSONArray optJSONArray(int);
21092 method public org.json.JSONArray put(boolean);
21093 method public org.json.JSONArray put(double) throws org.json.JSONException;
21094 method public org.json.JSONArray put(int);
21095 method public org.json.JSONArray put(long);
21096 method public org.json.JSONArray put(Object);
21097 method public org.json.JSONArray put(int, boolean) throws org.json.JSONException;
21098 method public org.json.JSONArray put(int, double) throws org.json.JSONException;
21099 method public org.json.JSONArray put(int, int) throws org.json.JSONException;
21100 method public org.json.JSONArray put(int, long) throws org.json.JSONException;
21101 method public org.json.JSONArray put(int, Object) throws org.json.JSONException;
21103 … method public org.json.JSONObject toJSONObject(org.json.JSONArray) throws org.json.JSONException;
21125 …method @NonNull public org.json.JSONArray getJSONArray(@NonNull String) throws org.json.JSONExcept…
21133 method @Nullable public org.json.JSONArray names();
21142 method @Nullable public org.json.JSONArray optJSONArray(@Nullable String);
21156 …method @Nullable public org.json.JSONArray toJSONArray(@Nullable org.json.JSONArray) throws org.js…