atomicinteger

`AtomicInteger` 是 Java 中 `java util concurrent atomic` 包下的一个类。它是一个整数类型(`int`)的原子变量,用于在多线程环境