Uses of Class
cloud.opencode.base.collections.concurrent.LockFreeStack
Packages that use LockFreeStack
Package
Description
Concurrent Collections Package - Thread-safe Collection Utilities
并发集合包 - 线程安全集合工具
-
Uses of LockFreeStack in cloud.opencode.base.collections.concurrent
Methods in cloud.opencode.base.collections.concurrent that return LockFreeStackModifier and TypeMethodDescriptionstatic <E> LockFreeStack<E> ConcurrentCollectionFactory.newLockFreeStack()Creates a new lock-free concurrent stack.