Generated by
JDiff

Interface com.google.common.reflect.TypeToInstanceMap

Changed Methods
T getInstance(TypeToken<T>) Change in return type from (T extends B) to T.
Returns the value the specified type is mapped to, or {@code null} if no entry for this type is present.
T getInstance(Class<T>) Change in return type from (T extends B) to T.
Returns the value the specified class is mapped to, or {@code null} if no entry for this class is present.
T putInstance(TypeToken<T>, T, extends, B) Change in return type from (T extends B) to T.
Maps the specified type to the specified value.
T putInstance(Class<T>, T, extends, B) Change in return type from (T extends B) to T.
Maps the specified class to the specified value.