Generated by
JDiff

Class com.google.common.base.Objects

Removed Methods
T firstNonNull(T, T) Returns the first of two given parameters that is not {@code null}, if either is, or otherwise throws a NullPointerException.
ToStringHelper toStringHelper(Class<?>) Creates an instance of ToStringHelper in the same manner as Objects.toStringHelper(Object), but using the name of {@code clazz} instead of using an instance's Object.getClass().
ToStringHelper toStringHelper(Object) Creates an instance of ToStringHelper.
ToStringHelper toStringHelper(String) Creates an instance of ToStringHelper in the same manner as Objects.toStringHelper(Object), but using {@code className} instead of using an instance's Object.getClass().