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

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

See Also: Inherited members from Java.Lang.Object

Public Constructors

Creates a new AtomicIntegerArray of the given length, with all elements initially zero.
Creates a new AtomicIntegerArray with the same length as, and all elements copied from, the given array.

Protected Constructors

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