Searched refs:constructorPutAll (Results 1 - 3 of 3) sorted by relevance

/libcore/luni/src/main/java/java/util/
H A DLinkedHashMap.java133 constructorPutAll(map);
H A DHashMap.java196 constructorPutAll(map);
204 final void constructorPutAll(Map<? extends K, ? extends V> map) { method in class:HashMap
249 result.constructorPutAll(this); // Calls method overridden in subclass!!
255 * prior to invoking constructorPut/constructorPutAll, which invoke the
H A DHashtable.java172 constructorPutAll(map);
180 private void constructorPutAll(Map<? extends K, ? extends V> map) { method in class:Hashtable
225 result.constructorPutAll(this);

Completed in 100 milliseconds