MCPcopy 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

runMethod · 0.80

Calls 1

getMethod · 0.65

Tested by

no test coverage detected