Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/BruceEckel/OnJava8-Examples
/ isCanceled
Method
isCanceled
lowlevel/IntGenerator.java:12–14 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
10
public
abstract
int
next();
11
public
void
cancel() { canceled.set(true); }
12
public
boolean isCanceled() {
13
return
canceled.get();
14
}
15
}
Callers
1
run
Method · 0.80
Calls
1
get
Method · 0.65
Tested by
no test coverage detected