// "Replace with 'putIfAbsent' method call" "true" import java.util.Map; class Test { void m1(Map<String, Integer> map) { map.putIfAbsent("ads", i); } }