Generated by
JDiff

Class com.google.common.util.concurrent.AbstractFuture

Changed Methods
String pendingToString() Change in return type from String to java.lang.String.
Provide a human-readable explanation of why this future has not yet completed.
boolean set(V extends Object) Change in signature from V to (V extends Object).
Sets the result of this {@code Future} unless this {@code Future} has already been cancelled or set (including #setFuture set asynchronously).
Throwable tryInternalFastPathGetFailure() Change in return type from Throwable to java.lang.Throwable.
Usually returns {@code null} but, if this {@code Future} has failed, may optionally return the cause of the failure.
V extends Object get() Change in return type from V to (V extends Object).
{@inheritDoc}
V extends Object get(long, TimeUnit) Change in return type from V to (V extends Object).
{@inheritDoc}