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: