在Java中使用ThreadLocal + AtomicLong时的NPE

时间:2018-09-28 18:54:11

标签: java multithreading atomicinteger

我正在使用public static ThreadLocal<AtomicLong> count = new ThreadLocal<>(); 进行初始化 如何为count使用AtomicLong方法?下面抛出一个NPE:

count.get().addAndGet(records.size());

0 个答案:

没有答案