Generated by
JDiff

Class org.apache.hadoop.util.GenericsUtil

Removed Methods
T[] toArray(Class, List) Converts the given List<T> to a an array of T[].
T[] toArray(List) Converts the given List<T> to a an array of T[].
 

Added Methods
Object[] toArray(Class, List) Converts the given List<T> to a an array of T[].
Object[] toArray(List) Converts the given List<T> to a an array of T[].
 

Changed Methods
Class getClass(Object) Change in return type from Class to Class.
Change in signature from T to Object.
Returns the Class object (of type Class<T>) of the argument of type T.