}
System.out.println("------------------maps----Map--------------");
Map maps = bean.maps;
Set setm = maps.entrySet();
Iterator itm = setm.iterator();
while (itm.hasNext()) {
Entry
System.out.println(obj.getKey() + "------" + obj.getValue().name
+ "-----" + obj.getValue().age);
}
}
}