AtomicLongArray
Creates a new AtomicLongArray of the given size, with all elements initialized to zero.
Throws
if the specified size is negative.
Creates a new AtomicLongArray of the given size, with all elements initialized to zero.
if the specified size is negative.
Thanks for your feedback!