import java.util.HashMap; class Test { HashMap<Integer, String> map = new HashMap<<caret>>(); }