|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| Ref<E> | The Ref is responsible for storing a value while providing transactional guarantees (failure atomicity, isolation) Timed versions of the getOrAwait methods will be added in the near future. |
| Class Summary | |
|---|---|
| AbaRef<E> | A Ref that doesn't suffer from the ABA problem. |
| BasicRef<E> | Basic Ref implementation. |
| BooleanRef | A Ref for storing a boolean. |
| ByteRef | A Ref for storing a byte. |
| CharRef | A Ref for storing a char. |
| DoubleRef | A Ref for storing a double. |
| FloatRef | A Ref for storing a float. |
| IntRef | A Ref for storing an int. |
| LongRef | A Ref for storing a long. |
| ShortRef | A Ref for storing a short. |
This package contains transactional wrappers around primitive types like int and boolean.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||