Home
last modified time | relevance | path

Searched refs:constructorPut (Results 1 – 2 of 2) sorted by relevance

/libcore/luni/src/main/java/java/util/
DHashMap.java209 constructorPut(e.getKey(), e.getValue()); in constructorPutAll()
455 private void constructorPut(K key, V value) { in constructorPut() method in HashMap
1024 constructorPut(key, val); in readObject()
DHashtable.java185 constructorPut(e.getKey(), e.getValue()); in constructorPutAll()
394 private void constructorPut(K key, V value) { in constructorPut() method in Hashtable
1107 constructorPut(key, val); in readObject()