Searched defs:copyFrom (Results 1 – 5 of 5) sorted by relevance
63 public SimpleImmutableEntry(Map.Entry<? extends K, ? extends V> copyFrom) { in SimpleImmutableEntry()128 public SimpleEntry(Map.Entry<? extends K, ? extends V> copyFrom) { in SimpleEntry()
105 public TreeMap(Map<? extends K, ? extends V> copyFrom) { in TreeMap()143 public TreeMap(SortedMap<K, ? extends V> copyFrom) { in TreeMap()
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()
186 HashMap<String, String> copyFrom = new HashMap<String, String>(); in testNullsWithNaturalOrder() local