Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ get
Method
get
classpath/java/util/concurrent/atomic/AtomicBoolean.java:37–39 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
35
}
36
37
public
boolean get() {
38
return
booleanValue(value.get());
39
}
40
41
public
boolean compareAndSet(boolean expect, boolean update) {
42
return
value.compareAndSet(intValue(expect), intValue(update));
Callers
1
toString
Method · 0.95
Calls
2
booleanValue
Method · 0.95
get
Method · 0.65
Tested by
no test coverage detected