List aa = (List)map.get("a");for(int j=0; j System.out.println(aa.get(j));}int[]bb = (int[])map.get("b");for(int j=0; j System.out.println(bb[j]);}