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

/openjdk7/jdk/src/share/classes/sun/nio/ch/
H A DPendingFuture.java33 * A Future for a pending I/O operation. A PendingFuture allows for the
37 final class PendingFuture<V,A> implements Future<V> { class in inherits:Future
59 PendingFuture(AsynchronousChannel channel, method in class:PendingFuture
70 PendingFuture(AsynchronousChannel channel, method in class:PendingFuture
79 PendingFuture(AsynchronousChannel channel) { method in class:PendingFuture
83 PendingFuture(AsynchronousChannel channel, Object context) { method in class:PendingFuture

Completed in 104 milliseconds