import java.util.Dictionary; import java.util.Hashtable; import java.util.Vector; public class A_testNestedParametricHashtable_in { void foo(){ Dictionary<String, Vector<Integer>> h = new Hashtable<String, Vector<Integer>>(); } }