类的用途
java.util.concurrent.atomic.AtomicIntegerFieldUpdater
-
AtomicIntegerFieldUpdater 在 java.util.concurrent.atomic 中的用法
修饰符和类型方法描述static <U> AtomicIntegerFieldUpdater<U>AtomicIntegerFieldUpdater.newUpdater(Class<U> tclass, String fieldName) 为具有给定字段的对象创建并返回更新程序。