Searched refs:valueArray (Results 1 – 1 of 1) sorted by relevance
52 Object[] valueArray = new Object[100]; field in WeakHashMapTest65 whm.put(keyArray[i], valueArray[i]); in test_Constructor()67 assertTrue("Incorrect value retrieved", whm.get(keyArray[i]) == valueArray[i]); in test_Constructor()78 whm.put(keyArray[i], valueArray[i]); in test_ConstructorI()80 assertTrue("Incorrect value retrieved", whm.get(keyArray[i]) == valueArray[i]); in test_ConstructorI()102 whm.put(keyArray[i], valueArray[i]); in test_ConstructorIF()104 assertTrue("Incorrect value retrieved", whm.get(keyArray[i]) == valueArray[i]); in test_ConstructorIF()142 whm.put(keyArray[i], valueArray[i]); in test_clear()157 whm.put(keyArray[i], valueArray[i]); in test_containsKeyLjava_lang_Object()171 whm.put(keyArray[i], valueArray[i]); in test_containsValueLjava_lang_Object()[all …]