中英
atomicinteger
  • 网络释义
  • 1

     创建一个

    ... 23. 原子性整型 AtomicInteger 创建一个 AtomicInteger 24. 原子性长整型 AtomicLong ...

  • 2

     无锁的线程安全整数

    ... 与众不同的并发策略:比较交换(CAS) 无锁的线程安全整数:AtomicInteger 无锁的对象引用:AtomicReference ...

  • 双语例句
  • 1
    To generate unique book IDs, you use an AtomicInteger that ensures that the incrementation operation is atomic, and thus thread-safe.
    要生成惟一的图书IDs,您将使用一个AtomicInteger,它能确保增量操作是原子级的(atomic),从而确保线程安全。
查看更多