Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ isDone
Method
isDone
output/java_guava/1.4.17/AbstractFuture.java:513–517 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
511
}
512
513
@Override
514
public
boolean isDone() {
515
final
Object localValue = value;
516
return
localValue != null & !(localValue instanceof AbstractFuture.SetFuture);
517
}
518
519
@Override
520
public
boolean isCancelled() {
Callers
2
isDone
Method · 0.45
setFuture
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected