|
Generated by JDiff |
||||||
| PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS | ||||||
| Removed Methods | |
T putInstance(TypeToken<T>, |
Maps the specified type to the specified value. |
T putInstance(Class<T>, |
Maps the specified class to the specified value. |
| Added Methods | |
T extends B) putInstance(TypeToken<T>, |
Maps the specified type to the specified value. |
T extends B) putInstance(Class<T>, |
Maps the specified class to the specified value. |
| Changed Methods | ||
T extends B getInstance(TypeToken<T>) |
Change in return type from T to (T extends B). |
Returns the value the specified type is mapped to, or {@code null} if no entry for this type is present. |
T extends B getInstance(Class<T>) |
Change in return type from T to (T extends B). |
Returns the value the specified class is mapped to, or {@code null} if no entry for this class is present. |
|
|||||||
| PREV CLASS NEXT CLASS FRAMES NO FRAMES | |||||||