Public Member Functions | |
| CASValue (long c, T v) | |
| long | getCas () |
| T | getValue () |
| String | toString () |
Private Attributes | |
| final long | cas |
| final T | value |
| CASValue | ( | long | c, | |
| T | v | |||
| ) |
Construct a new CASValue with the given identifer and value.
| c | the CAS identifier | |
| v | the value |
| long getCas | ( | ) |
Get the CAS identifier.
| T getValue | ( | ) |
Get the object value.
| String toString | ( | ) |
final long cas [private] |
final T value [private] |
1.5.8