Generated by
JDiff

Class org.apache.hadoop.conf.Configuration

Removed interface java.lang.Iterable>.
Added interface java.lang.Iterable.

Removed Methods
(ClassgetClass(String, Class, extends, U>, Class) Get the value of the name property as a Class implementing the interface specified by xface.
Class getClass(String, Class) Get the value of the name property as a Class.
 

Added Methods
void addDefaultResource(String) Add a default resource.
Class getClass(String, Class) Get the value of the name property as a Class.
Class getClass(String, Class, Class) Get the value of the name property as a Class implementing the interface specified by xface.
void setBooleanIfUnset(String, boolean) Set the given property if it is currently unset.
void setFloat(String, float) Set the value of the name property to a float.
void setIfUnset(String, String) Sets a property if it is currently unset.
 

Changed Methods
Class getClassByName(String) Change in return type from Class to Class.
Load a class by name.
Collection getStringCollection(String) Change in return type from String> to Collection.
Get the comma delimited values of the name property as a collection of Strings.
Iterator iterator() Change in return type from (String, String>>) to Iterator.
Get an Iterator to go through the list of String key-value pairs in the configuration.
void setClass(String, Class, Class) Change in signature from (String, Class, Class) to (String, Class, Class).
Set the value of the name property to the name of a theClass implementing the given interface xface.