public class AtomicReferenceContainer extends Object
Constructor and Description |
---|
AtomicReferenceContainer() |
Modifier and Type | Method and Description |
---|---|
boolean |
compareAndSet(Data expect,
Data value) |
boolean |
contains(Data expected) |
Data |
get() |
Data |
getAndSet(Data value) |
boolean |
isNull() |
void |
set(Data value) |
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.