AtomicLong

Comprehensive guide to working with AtomicLong.

If you are interviewing, consider buying our number#1 course for Java Multithreading Interviews.

Overview

AtomicLong is the equivalent class for long type in the java.util.concurrent.atomic package as is AtomicInteger for int ...