Generated by
JDiff

Interface org.apache.hadoop.mapreduce.lib.join.ResetableIterator

Changed Methods
void add(T) Changed from abstract to non-abstract. Add an element to the collection of elements to iterate over.
void clear() Changed from abstract to non-abstract. Close datasources but do not release internal resources.
void close() Changed from abstract to non-abstract. Close datasources and release resources.
boolean hasNext() Changed from abstract to non-abstract. True if a call to next may return a value.
boolean next(T) Changed from abstract to non-abstract. Assign next value to actual.
boolean replay(T) Changed from abstract to non-abstract. Assign last value returned to actual.
void reset() Changed from abstract to non-abstract. Set iterator to return to the start of its range.