Searched defs:hashMap (Results 1 – 5 of 5) sorted by relevance
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
D | IdentityHashMapTest.java | 378 IdentityHashMap<String, String> hashMap = new IdentityHashMap<String, String>(); in test_removeLjava_lang_Object() local 793 IdentityHashMap hashMap = new IdentityHashMap(); in test_clone_scenario1() local 802 IdentityHashMap hashMap = new IdentityHashMap(); in test_clone_scenario2() local 815 IdentityHashMap hashMap = new IdentityHashMap(); in test_clone_scenario3() local 827 IdentityHashMap hashMap = new IdentityHashMap(); in test_clone_scenario4() local 836 IdentityHashMap hashMap = new IdentityHashMap(); in test_clone_scenario5() local 975 IdentityHashMap<String, String> hashMap = new IdentityHashMap<>(); in test_spliterator_keySet() local 1003 IdentityHashMap<String, String> hashMap = new IdentityHashMap<>(); in test_spliterator_valueSet() local 1031 IdentityHashMap<String, String> hashMap = new IdentityHashMap<>(); in test_spliterator_entrySet() local
|
D | WeakHashMapTest.java | 519 WeakHashMap<String, String> hashMap = new WeakHashMap<>(); in test_spliterator_keySet() local 552 WeakHashMap<String, String> hashMap = new WeakHashMap<>(); in test_spliterator_valueSet() local 580 WeakHashMap<String, String> hashMap = new WeakHashMap<>(); in test_spliterator_entrySet() local
|
D | HashMapTest.java | 497 HashMap hashMap = new HashMap(); in test_putAllLjava_util_Map_Null() local 823 HashMap<String, String> hashMap = new HashMap<>(); in test_spliterator_keySet() local 856 HashMap<String, String> hashMap = new HashMap<>(); in test_spliterator_valueSet() local 888 HashMap<String, String> hashMap = new HashMap<>(); in test_spliterator_entrySet() local
|
D | LinkedHashMapTest.java | 429 LinkedHashMap hashMap = new MockMap(); in test_clone_Mock() local 825 LinkedHashMap<String, String> hashMap = new LinkedHashMap<>(); in test_spliterator_keySet() local 856 LinkedHashMap<String, String> hashMap = new LinkedHashMap<>(); in test_spliterator_valueSet() local 887 LinkedHashMap<String, String> hashMap = new LinkedHashMap<>(); in test_spliterator_entrySet() local
|
D | EnumMapTest.java | 590 HashMap hashMap = new HashMap(); in test_equalsLjava_lang_Object() local
|