Generated by
JDiff

Interface org.apache.hadoop.mapred.RecordReader

Changed Methods
Object createKey() Change in return type from K to Object.
Create an object of the appropriate type to be used as a key.
Object createValue() Change in return type from V to Object.
Create an object of the appropriate type to be used as a value.
boolean next(Object, Object) Change in signature from (K, V) to (Object, Object).
Reads the next key/value pair from the input for processing.