| public interface java.util.concurrent RunnableFuture<V>
|
Java SE 6 |
Future that is Runnable. Successful execution of
the run method causes completion of the Future
and allows access to its results.
| since | 1.6 |
| V | The result type returned by this Future's get method |
| See also | java.util.concurrent.FutureTask, java.util.concurrent.Executor |
| Methods | |
|---|---|
| public void | run() Sets this Future to the result of its computation unless it has been cancelled. |
| About DocWeb · Bundles · Export · Export All | Top 10 · Statistics · Login |
| About Sun · Contact · Privacy · Terms of Use · Trademarks | Java SE 6 · Copyright © 1994-2009 Sun Microsystems, Inc.All rights reserved. Use is subject to license terms |
![]() |
![]() |
|