|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AtomicValue<T>
Abstracts a value returned from one of the Atomics
| Method Summary | |
|---|---|
AtomicStats |
getStats()
Returns debugging stats about the operation |
T |
postValue()
Returns the value of the counter after to the operation |
T |
preValue()
Returns the value of the counter prior to the operation |
boolean |
succeeded()
MUST be checked. Returns true if the operation succeeded. |
| Method Detail |
|---|
boolean succeeded()
T preValue()
T postValue()
AtomicStats getStats()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||