Generated by
JDiff

Interface org.apache.hadoop.mapred.join.ResetableIterator

Changed Methods
void add(Writable) Change in signature from (T, extends, Writable) to Writable.
Add an element to the collection of elements to iterate over.
boolean next(Writable) Change in signature from (T, extends, Writable) to Writable.
Assign next value to actual.
boolean replay(Writable) Change in signature from (T, extends, Writable) to Writable.
Assign last value returned to actual.