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