Package cloud.opencode.base.collections.concurrent


package cloud.opencode.base.collections.concurrent
Concurrent Collections Package - Thread-safe Collection Utilities 并发集合包 - 线程安全集合工具

This package provides thread-safe collection factories and implementations.

本包提供线程安全的集合工厂和实现。

Classes | 类:

Since:
JDK 25, opencode-base-collections V1.0.0
Author:
Leon Soo www.LeonSoo.com
See Also:
  • Classes
    Class
    Description
    ConcurrentCollectionFactory - Factory for Thread-safe Collections ConcurrentCollectionFactory - 线程安全集合工厂
    LockFreeQueue - Lock-free Queue Implementation LockFreeQueue - 无锁队列实现
    LockFreeStack - Lock-free Concurrent Stack using Treiber's Algorithm LockFreeStack - 使用 Treiber 算法的无锁并发栈