// "Replace with 'putIfAbsent' method call" "true" import java.util.Map; class Test { void m1111(Map map) { int i = map.putIfAbsent("asd", 123); } }