import java.util.*; class Foo { void test() { Map map = new HashMap<>(); map.computeIfAbsent() } }