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 | 类:
ConcurrentCollectionFactory- Factory for concurrent collections | 并发集合工厂LockFreeQueue- Lock-free queue implementation | 无锁队列实现
- Since:
- JDK 25, opencode-base-collections V1.0.0
- Author:
- Leon Soo www.LeonSoo.com
- See Also:
-
ClassesClassDescriptionConcurrentCollectionFactory - Factory for Thread-safe Collections ConcurrentCollectionFactory - 线程安全集合工厂LockFreeQueue - Lock-free Queue Implementation LockFreeQueue - 无锁队列实现LockFreeStack - Lock-free Concurrent Stack using Treiber's Algorithm LockFreeStack - 使用 Treiber 算法的无锁并发栈