| Package | Description |
|---|---|
| java.util.concurrent.atomic |
A small toolkit of classes that support lock-free thread-safe programming on single variables.
|
| Modifier and Type | Method and Description |
|---|---|
static <U> AtomicIntegerFieldUpdater |
AtomicIntegerFieldUpdater.newUpdater(Class
Creates and returns an updater for objects with the given field.
|