| AtomicInteger Constructor | 
 Overload List
Overload List| Name | Description | |
|---|---|---|
|  | AtomicInteger | 
            Create a new AtomicInteger with a initial value of 0.
             | 
|  | AtomicInteger(Int32) | 
            Create a new AtomicInteger with an initial value.
             | 
 See Also
See Also