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
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. |
A constructor used when creating managed representations of JNI objects; called by the runtime. |