Colt 1.0.2

Uses of Interface
edu.oswego.cs.dl.util.concurrent.Callable

Packages that use Callable
edu.oswego.cs.dl.util.concurrent Standardized, efficient utility classes commonly encountered in concurrent programming. 
 

Uses of Callable in edu.oswego.cs.dl.util.concurrent
 

Classes in edu.oswego.cs.dl.util.concurrent that implement Callable
 class TimedCallable
          TimedCallable runs a Callable function for a given length of time.
 

Methods in edu.oswego.cs.dl.util.concurrent with parameters of type Callable
 Runnable FutureResult.setter(Callable function)
          Return a Runnable object that, when run, will set the result value.
 

Constructors in edu.oswego.cs.dl.util.concurrent with parameters of type Callable
TimedCallable(Callable function, long millis)
           
 


Colt 1.0.2

Submit a bug or feature. Check the Colt home page for the latest news.