Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/util/HashMap/
DReplaceExisting.java45 HashMap<Integer,Integer> hm = prepHashMap(); in main()
51 private static HashMap<Integer,Integer> prepHashMap() { in prepHashMap() method in ReplaceExisting