|
Generated by JDiff |
||||||
| PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS | ||||||
| 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)}. |
|
|||||||
| PREV CLASS NEXT CLASS FRAMES NO FRAMES | |||||||