Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
runAtomicIntegerTest
Method · 0.95
runAtomicLongTest
Method · 0.95
runAtomicReferenceTest
Method · 0.95
Calls
2
intValue
Method · 0.95
set
Method · 0.65
Tested by
3
runAtomicIntegerTest
Method · 0.76
runAtomicLongTest
Method · 0.76
runAtomicReferenceTest
Method · 0.76