public interface ReferenceState<T>
| Modifier and Type | Method and Description |
|---|---|
boolean |
compareAndSet(T expect,
T update) |
T |
get() |
T |
getAndSet(T value) |
void |
init(net.kuujo.copycat.state.StateContext<ReferenceState<T>> context)
Initializes the state.
|
void |
set(T value) |
Copyright © 2013-2015. All Rights Reserved.