Searched defs:Future (Results 1 - 2 of 2) sorted by relevance

/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/orbutil/closure/
H A DFuture.java30 public class Future implements Closure { class in inherits:Closure
35 public Future( Closure value ) method in class:Future
/openjdk7/jdk/src/share/classes/java/util/concurrent/
H A DFuture.java39 * A <tt>Future</tt> represents the result of an asynchronous
48 * If you would like to use a <tt>Future</tt> for the sake
50 * declare types of the form {@code Future<?>} and
63 * Future<String> future
75 * The {@link FutureTask} class is an implementation of <tt>Future</tt> that
88 * actions following the corresponding {@code Future.get()} in another thread.
94 * @param <V> The result type returned by this Future's <tt>get</tt> method
96 public interface Future<V> { interface

Completed in 35 milliseconds