Module cloud.opencode.base.collections
module cloud.opencode.base.collections
OpenCode Base Collections Module
OpenCode 基础集合模块
Provides advanced collection data structures based on JDK 25, including concurrent collections, immutable wrappers, primitive collections, trees, graphs, and transformation utilities.
提供基于 JDK 25 的高级集合数据结构,包括并发集合、不可变包装、原始类型集合、 树、图和转换工具。
Key Features | 主要功能:
- Concurrent Collections - 并发集合
- Immutable Collections - 不可变集合
- Primitive Collections (int/long/double) - 原始类型集合
- Specialized Structures (Trie, Skip List, AVL) - 特殊数据结构
- Collection Transformations - 集合转换
- Tree Collections - 树形集合
- Since:
- JDK 25, opencode-base-collections V1.0.0
- Author:
- Leon Soo
- See Also:
-
Packages
ExportsPackageDescriptionConcurrent Collections Package - Thread-safe Collection Utilities 并发集合包 - 线程安全集合工具Graph Collections Package - Graph Data Structures 图集合包 - 图数据结构Immutable Collections Package 不可变集合包OpenCode Base Collections - Primitive Collections OpenCode Base Collections - 原始类型集合Specialized Collections Package - Specialized Collection Types 专用集合包 - 专用集合类型Transform Collections Package - Collection Transformation Utilities 转换集合包 - 集合转换工具Tree Collections Package - Tree-based Data Structures 树形集合包 - 基于树的数据结构