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 | 类:

Since:
JDK 25, opencode-base-collections V1.0.0
Author:
Leon Soo www.LeonSoo.com
See Also:
  • Class
    Description
    Graph - Graph Interface Graph - 图接口
    Endpoint pair representing an edge.
    GraphTraversalUtil - Graph Traversal Utilities GraphTraversalUtil - 图遍历工具类
    MutableGraph - Mutable Graph Implementation MutableGraph - 可变图实现
    MutableValueGraph - Mutable Value Graph Interface and Implementation MutableValueGraph - 可变值图接口与实现
    ValueGraph - Value Graph Interface ValueGraph - 值图接口
    Endpoint pair representing an edge between two nodes.