1 2 3 4 5 6 7 8 9 10 11
package p1; import java.util.*; public class C1 { Map map = new HashMap(); } class Helper { List l = new LinkedList(); }