MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / isDone

Method isDone

vm/JavaAPI/src/java/util/concurrent/Future.java:6–6  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4 boolean cancel(boolean mayInterruptIfRunning);
5 boolean isCancelled();
6 boolean isDone();
7 V get() throws InterruptedException, ExecutionException;
8 V get(long timeout, TimeUnit unit) throws InterruptedException, ExecutionException, TimeoutException;
9}

Callers 15

invoke4Method · 0.65
invoke0Method · 0.65
invoke21Method · 0.65
invoke8Method · 0.65
awaitTestCompletionMethod · 0.65
onSucessMethod · 0.65
playAsyncMethod · 0.65
actionPerformedMethod · 0.65
actionPerformedMethod · 0.65
runMethod · 0.65
onReadyMethod · 0.65
pauseAsyncMethod · 0.65

Implementers 2

AsyncResourceCodenameOne/src/com/codename1/util/Asy
FutureTaskvm/JavaAPI/src/java/util/concurrent/Fu

Calls

no outgoing calls

Tested by 12

awaitTestCompletionMethod · 0.52
testAsyncInterleavingMethod · 0.52
testPlayAfterPlayMethod · 0.52
runTestMethod · 0.52
awaitMethod · 0.52
awaitMethod · 0.52
awaitMethod · 0.52
awaitMethod · 0.52
awaitMethod · 0.52
collectPointsMethod · 0.52