public class AtomicCounter extends Object implements Serializable
| Modifier and Type | Method and Description |
|---|---|
boolean |
compareAndSet(long expVal,
long newVal) |
long |
get() |
long |
getAndIncrement() |
long |
getAndSet(long value) |
long |
incrementAndGet() |
String |
toString() |
Copyright © 2023. All rights reserved.