112113114115116117118119120121122
throws IOException, InterruptedException { Iterator<HMapSIW> iter = values.iterator(); HMapSIW map = new HMapSIW(); while (iter.hasNext()) { map.plus(iter.next()); } context.write(key, map); } }