public class TAtomicBoolean extends Object
| Constructor and Description |
|---|
TAtomicBoolean() |
TAtomicBoolean(boolean aValue) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
compareAndSet(boolean expected,
boolean newValue) |
boolean |
get() |
boolean |
getAndSet(boolean aNewValue) |
void |
set(boolean aValue) |
Copyright © 2021 Systemprogrammierung Mirko Sertic. All rights reserved.