Generated by
JDiff

Package com.google.common.util.concurrent

Removed Classes and Interfaces
AbstractCheckedFuture A delegating wrapper around a ListenableFuture that adds support for the .checkedGet() and .checkedGet(long, TimeUnit) methods.
CheckedFuture A {@code CheckedFuture} is a ListenableFuture that includes versions of the {@code get} methods that can throw a checked exception.
ForwardingCheckedFuture A future which forwards all its method calls to another future.
ForwardingCheckedFuture.
SimpleForwardingCheckedFuture
A simplified version of ForwardingCheckedFuture where subclasses can pass in an already constructed CheckedFuture as the delegate.
 

Changed Classes
FluentFuture A ListenableFuture that supports fluent chains of operations.
Futures Static utility methods pertaining to the Future interface.