Searched refs:testEmptyMap (Results 1 – 1 of 1) sorted by relevance
189 testEmptyMap(emptyMap); in realMain()190 testEmptyMap(EMPTY_MAP); in realMain()191 testEmptyMap(Collections.emptyMap()); in realMain()192 testEmptyMap(Collections.emptySortedMap()); in realMain()193 testEmptyMap(Collections.emptyNavigableMap()); in realMain()346 testEmptyMap(Map.of()); in realMain()590 private static <K,V> void testEmptyMap(final Map<K,V> m) { in testEmptyMap() method in MOAT632 testEmptyMap(m); in clear()1354 testEmptyMap(m); in testConcurrentMap()