Generated by
JDiff

Class com.google.common.reflect.TypeToken

Changed Methods
boolean equals(Object) Change in signature from Object to java.lang.Object.
Returns true if {@code o} is another {@code TypeToken} that represents the same Type.
TypeToken<?> getComponentType() Change in return type from TypeToken to TypeToken<?>.
Returns the array component type if this type represents an array ({@code int[]}, {@code T[]}, {@code