Searched defs:copyFrom (Results 1 – 3 of 3) sorted by relevance
135 public JSONObject(@NonNull Map copyFrom) { in JSONObject()190 … JSONObject(@NonNull JSONObject copyFrom, @NonNull String @NonNull [] names) throws JSONException { in JSONObject()
71 public JSONArray(Collection copyFrom) { in JSONArray()
194 HashMap<String, String> copyFrom = new HashMap<String, String>(); in testNullsWithNaturalOrder() local