Interface AtomicValue<T>
public interface AtomicValue<T>
Abstracts a value returned from one of the Atomics
-
Method Details
-
succeeded
boolean succeeded()MUST be checked. Returns true if the operation succeeded. If false is returned, the operation failed and the atomic was not updated.- Returns:
- true/false
-
preValue
-
postValue
-
getStats
-