<init>
Creates a new AtomicIntArray of the given size, with all elements initialized to zero.
Exceptions
RuntimeException
- if the specified size is negative.
Creates a new AtomicIntArray of the given size, with all elements initialized to zero.
RuntimeException
- if the specified size is negative.