Generated by
JDiff

Interface com.google.common.reflect.TypeToInstanceMap

Removed Methods
T putInstance(TypeToken<T>, T) Maps the specified type to the specified value.
T putInstance(Class<T>, T) Maps the specified class to the specified value.
 

Added Methods
(T extends BputInstance(TypeToken<T>, T, extends, B) Maps the specified type to the specified value.
(T extends BputInstance(Class<T>, T, extends, B) 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.