AtomicIntArray

constructor(size: Int)(source)

Creates a new AtomicIntArray of the given size, with all elements initialized to zero.

Throws

if the specified size is negative.