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