Searched refs:isDone (Results 1 - 4 of 4) sorted by relevance

/libcore/luni/src/main/java/java/util/concurrent/
H A DFuture.java79 * <p>After this method returns, subsequent calls to {@link #isDone} will
109 boolean isDone(); method in interface:Future
H A DAbstractExecutorService.java212 if (!f.isDone()) {
256 if (!f.isDone()) {
H A DFutureTask.java132 public boolean isDone() { method in class:FutureTask
179 * {@code isDone} (whether normally or via cancellation). The
H A DForkJoinTask.java90 * of detail: {@link #isDone} is true if a task completed in any way
582 * #isDone} returning {@code true}.
599 * Returns the result of the computation when it {@link #isDone is
632 * Forks the given tasks, returning when {@code isDone} holds for
661 * Forks the given tasks, returning when {@code isDone} holds for
710 * {@code isDone} holds for each task or an (unchecked) exception
774 * {@link #isDone}, and {@code cancel} will return {@code true}
810 public final boolean isDone() { method in class:ForkJoinTask
1017 * <p>Upon completion of this method, {@code isDone()} reports

Completed in 60 milliseconds