Generated by
JDiff

Interface com.google.common.collect.ClassToInstanceMap

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