public final class VolatileLongCell
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected long |
value |
| Constructor and Description |
|---|
VolatileLongCell() |
VolatileLongCell(long v) |
| Modifier and Type | Method and Description |
|---|---|
long |
get() |
void |
lazySet(long v) |
void |
set(long v) |