public final class VolatileLongCell extends Object
protected long
value
VolatileLongCell()
VolatileLongCell(long v)
long
get()
void
lazySet(long v)
set(long v)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected volatile long value
public VolatileLongCell()
public VolatileLongCell(long v)
public void lazySet(long v)
public void set(long v)
public long get()
Copyright © 2013–2024. All rights reserved.