Searched refs:mapCollected2 (Results 1 – 1 of 1) sorted by relevance
392 Map<Integer,Integer> mapCollected2 = in realMain() local395 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()