MCPcopy 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

runMethod · 0.80
mainMethod · 0.80

Calls 1

setMethod · 0.65

Tested by

no test coverage detected