MCPcopy Create free account
hub / github.com/antlr/codebuff / isDone

Method isDone

output/java_guava/1.4.18/Futures.java:680–683  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

678 }
679
680 @Override
681 public boolean isDone() {
682 return input.isDone();
683 }
684
685 @Override
686 public O get() throws InterruptedException, ExecutionException {

Callers 9

runMethod · 0.45
getDoneMethod · 0.45
addListenerMethod · 0.45
handleAllCompletedMethod · 0.45
runInterruptiblyMethod · 0.45
runInterruptiblyMethod · 0.45
refreshMethod · 0.45
handleOneInputDoneMethod · 0.45
handleAllCompletedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected