public class AtomicLongContainer extends Object
Constructor and Description |
---|
AtomicLongContainer() |
Modifier and Type | Method and Description |
---|---|
long |
addAndGet(long delta) |
boolean |
compareAndSet(long expect,
long value) |
long |
get() |
long |
getAndAdd(long delta) |
long |
getAndSet(long value) |
void |
set(long value) |
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.