MCPcopy 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

toStringMethod · 0.95

Calls 2

booleanValueMethod · 0.95
getMethod · 0.65

Tested by

no test coverage detected