Searched refs:testImmutableMap (Results 1 – 1 of 1) sorted by relevance
148 testImmutableMap(unmodifiableMap(Collections.singletonMap(1,2))); in realMain()194 testImmutableMap(emptyMap); in realMain()195 testImmutableMap(Collections.emptyMap()); in realMain()196 testImmutableMap(Collections.emptySortedMap()); in realMain()197 testImmutableMap(Collections.emptyNavigableMap()); in realMain()217 testImmutableMap(singletonMap); in realMain()363 testImmutableMap(map); in realMain()369 testImmutableMap(mapCopy); in realMain()377 testImmutableMap(mapCollected1); in realMain()393 testImmutableMap(mapCollected2); in realMain()[all …]