public static class UninterruptibleUtils.AtomicInteger extends Object
| Constructor and Description |
|---|
AtomicInteger(int value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
compareAndSet(int expected,
int update) |
int |
decrementAndGet() |
int |
get() |
int |
incrementAndGet() |
void |
set(int newValue) |