AtomicInteger Methods |
The AtomicInteger type exposes the following members.
Name | Description | |
---|---|---|
Add |
Atomically add a integer to the value.
| |
CompareAndSwap |
Compares two 32-bit signed integers for equality and, if they are equal, replaces one of the values.
| |
Decrement |
Atomically decrement the value by 1.
| |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
Increment |
Atomically increment the value by 1.
| |
MemberwiseClone | (Inherited from Object.) | |
Subtract |
Atomically subtract a integer to the value.
| |
ToString | (Inherited from Object.) |