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

Packages that use AbstractFuture
com.google.common.util.concurrent Concurrency utilities. 
 

Uses of AbstractFuture in com.google.common.util.concurrent
 

Subclasses of AbstractFuture in com.google.common.util.concurrent
 class SettableFuture<V>
          A ListenableFuture whose result may be set by a SettableFuture.set(Object) or SettableFuture.setException(Throwable) call.
 



Copyright © 2010-2012. All Rights Reserved.