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