Ejemplo n.º 1
0
 public boolean hasNext() {
   return !WmrReducerImpl.endInput() && (WmrReducerImpl.nextKey.equals(myKey));
 }