AtomicLongArray
If you are interviewing, consider buying our number#1 course for Java Multithreading Interviews.
Overview
The AtomicLongArray
is equivalent of the AtomicIntegerArray
for the long type. You’ll observe several similarities between the two classes.
The class AtomicLongArray
represents an array of type long
that can be updated ...
Create a free account to view this lesson.
By signing up, you agree to Educative's Terms of Service and Privacy Policy