55565758596061
@Override public MapReduceResponse next() throws IOException { if (!hasNext()) throw new NoSuchElementException(); is_given = true; return new MapReduceResponse(r, contentType); }