Generated by
JDiff

Interface org.apache.hadoop.mapreduce.ReduceContext

Changed Methods
Iterable getValues() Changed from abstract to non-abstract. Iterate through the values for the current key reusing the same value object which is stored in the context.
boolean nextKey() Changed from abstract to non-abstract. Start processing next unique key.