Generated by
JDiff

Class com.google.common.reflect.TypeToken

Added Methods
boolean isSubtypeOf(TypeToken<?>) Returns true if this type is a subtype of the given {@code type}.
boolean isSubtypeOf(Type) Returns true if this type is a subtype of the given {@code type}.
boolean isSupertypeOf(TypeToken<?>) Returns true if this type is a supertype of the given {@code type}.
boolean isSupertypeOf(Type) Returns true if this type is a supertype of the given {@code type}.
 

Changed Methods
boolean isAssignableFrom(TypeToken<?>) Now deprecated.
Use the method under its new name, {@link #isSupertypeOf(TypeToken)}.
boolean isAssignableFrom(Type) Now deprecated.
Use the method under its new name, {@link #isSupertypeOf(Type)}.