Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/util/Collection/
DMOAT.java392 Map<Integer,Integer> mapCollected2 = in realMain() local
395 equal(mapCollected2, Map.of(1, 202, 2, 404, 3, 606)); in realMain()
396 testMap(mapCollected2); in realMain()
397 testImmutableMap(mapCollected2); in realMain()
398 testMapMutatorsAlwaysThrow(mapCollected2); in realMain()