Generated by
JDiff

Interface com.google.common.collect.ClassToInstanceMap

Changed Methods
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(Class<T>, T, extends, B) Change in return type from (T extends B) to T.
Maps the specified class to the specified value.