Generated by
JDiff

Interface com.google.common.reflect.TypeToInstanceMap

Changed Methods
T extends B getInstance(TypeToken<T>) Changed from non-abstract to abstract. 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>) Changed from non-abstract to abstract. Returns the value the specified class is mapped to, or {@code null} if no entry for this class is present.
T extends B putInstance(TypeToken<T>, T, extends, B) Changed from non-abstract to abstract. Maps the specified type to the specified value.
T extends B putInstance(Class<T>, T, extends, B) Changed from non-abstract to abstract. Maps the specified class to the specified value.