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

Method get

classpath/java/util/concurrent/atomic/AtomicInteger.java:42–44  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

40 }
41
42 public int get() {
43 return value;
44 }
45
46 public void set(int newValue) {
47 this.value = newValue;

Callers 1

runAtomicIntegerTestMethod · 0.95

Calls

no outgoing calls

Tested by 1

runAtomicIntegerTestMethod · 0.76