Searched refs:testImmutableMap (Results 1 – 1 of 1) sorted by relevance
143 testImmutableMap(unmodifiableMap(Collections.singletonMap(1,2))); in realMain()193 testImmutableMap(emptyMap); in realMain()194 testImmutableMap(Collections.emptyMap()); in realMain()195 testImmutableMap(Collections.emptySortedMap()); in realMain()196 testImmutableMap(Collections.emptyNavigableMap()); in realMain()216 testImmutableMap(singletonMap); in realMain()371 testImmutableMap(map); in realMain()377 testImmutableMap(mapCopy); in realMain()385 testImmutableMap(mapCollected1); in realMain()401 testImmutableMap(mapCollected2); in realMain()[all …]