Searched defs:copyFrom (Results 1 – 3 of 3) sorted by relevance
126 public JSONObject(Map copyFrom) { in JSONObject()181 public JSONObject(JSONObject copyFrom, String[] names) throws JSONException { in JSONObject() method in JSONObject
69 public JSONArray(Collection copyFrom) { in JSONArray()
193 HashMap<String, String> copyFrom = new HashMap<String, String>(); in testNullsWithNaturalOrder() local