Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/util/Map/
DDefaults.java132 IntegerEnum[] EACH_KEY = new IntegerEnum[map.size()]; in testForEach() local
136 assertNull(EACH_KEY[idx]); in testForEach()
137 EACH_KEY[idx] = (idx == 0) ? KEYS[0] : k; // substitute for comparison. in testForEach()
141 assertEquals(KEYS, EACH_KEY, description); in testForEach()
146 IntegerEnum[] EACH_KEY = new IntegerEnum[map.size()]; in testReplaceAll() local
151 assertNull(EACH_KEY[idx]); in testReplaceAll()
152 EACH_KEY[idx] = (idx == 0) ? KEYS[0] : k; // substitute for comparison. in testReplaceAll()
159 assertEquals(KEYS, EACH_KEY, description); in testReplaceAll()