Java.Util.Concurrent.Atomic.AtomicInteger: Constructor Members

The constructors of Java.Util.Concurrent.Atomic.AtomicInteger are listed below. For a list of all members, see the AtomicInteger Members list.

See Also: Inherited members from Java.Lang.Number

Public Constructors

Creates a new AtomicInteger with initial value 0.
Creates a new AtomicInteger with the given initial value.

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.