Searched refs:testImmutableMap (Results 1 – 1 of 1) sorted by relevance
143 testImmutableMap(unmodifiableMap(Collections.singletonMap(1,2))); in realMain()189 testImmutableMap(emptyMap); in realMain()190 testImmutableMap(Collections.emptyMap()); in realMain()191 testImmutableMap(Collections.emptySortedMap()); in realMain()192 testImmutableMap(Collections.emptyNavigableMap()); in realMain()212 testImmutableMap(singletonMap); in realMain()367 testImmutableMap(map); in realMain()373 testImmutableMap(mapCopy); in realMain()381 testImmutableMap(mapCollected1); in realMain()397 testImmutableMap(mapCollected2); in realMain()[all …]