Package cloud.opencode.base.collections.graph
package cloud.opencode.base.collections.graph
Graph Collections Package - Graph Data Structures
图集合包 - 图数据结构
This package provides graph data structures and traversal utilities.
本包提供图数据结构和遍历工具。
Classes | 类:
Graph- Graph interface | 图接口MutableGraph- Mutable graph implementation | 可变图实现GraphTraversalUtil- Graph traversal utilities | 图遍历工具
- Since:
- JDK 25, opencode-base-collections V1.0.0
- Author:
- Leon Soo www.LeonSoo.com
- See Also:
-
ClassDescriptionGraph<N>Graph - Graph Interface Graph - 图接口Endpoint pair representing an edge.GraphTraversalUtil - Graph Traversal Utilities GraphTraversalUtil - 图遍历工具类MutableGraph<N>MutableGraph - Mutable Graph Implementation MutableGraph - 可变图实现MutableValueGraph<N,
V> MutableValueGraph - Mutable Value Graph Interface and Implementation MutableValueGraph - 可变值图接口与实现ValueGraph<N,V> ValueGraph - Value Graph Interface ValueGraph - 值图接口Endpoint pair representing an edge between two nodes.