import java.util.*; class Foo { void bar() { Map<Integer, String> a = new HashMap<<caret>, String>(); } }