AtomicLongArray

constructor(size: Int)(source)

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

Throws

if the specified size is negative.