for(Map map : list){System.out.println("Map:")for(Map.Entry entry : map.entrySet()){System.out.println(" "+entry.getKey()+":"+entry.getValue());}}