MCPcopy Create free account
hub / github.com/ReadyTalk/avian / set

Method set

classpath/java/util/concurrent/atomic/AtomicBoolean.java:49–51  ·  view source on GitHub ↗
(boolean newValue)

Source from the content-addressed store, hash-verified

47 }
48
49 public void set(boolean newValue) {
50 value.set(intValue(newValue));
51 }
52
53 public void lazySet(boolean newValue) {
54 value.lazySet(intValue(newValue));

Callers 3

runAtomicIntegerTestMethod · 0.95
runAtomicLongTestMethod · 0.95

Calls 2

intValueMethod · 0.95
setMethod · 0.65

Tested by 3

runAtomicIntegerTestMethod · 0.76
runAtomicLongTestMethod · 0.76