Example #1
0
 public bool hasNext()
 {
     return(!WmrReducerImpl.endInput() && (WmrReducerImpl.nextKey.Equals(myKey)));
 }