| Package | Description | 
|---|---|
| com.google.common.util.concurrent | Concurrency utilities. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractCheckedFuture<V,X extends Exception>A delegating wrapper around a  ListenableFuturethat adds support for
 theAbstractCheckedFuture.checkedGet()andAbstractCheckedFuture.checkedGet(long, TimeUnit)methods. | 
| class  | ForwardingCheckedFuture<V,X extends Exception>A future which forwards all its method calls to another future. | 
| static class  | ForwardingCheckedFuture.SimpleForwardingCheckedFuture<V,X extends Exception>A simplified version of  ForwardingCheckedFuturewhere subclasses
 can pass in an already constructedCheckedFutureas the delegate. | 
| static class  | ForwardingFuture.SimpleForwardingFuture<V>A simplified version of  ForwardingFuturewhere subclasses
 can pass in an already constructedFutureas the delegate. | 
| class  | ForwardingListenableFuture<V>A  ListenableFuturewhich forwards all its method calls to another
 future. | 
| static class  | ForwardingListenableFuture.SimpleForwardingListenableFuture<V>A simplified version of  ForwardingListenableFuturewhere subclasses
 can pass in an already constructedListenableFutureas the delegate. | 
Copyright © 2010-2015. All Rights Reserved.