Uses of Interface
cloud.opencode.base.collections.graph.MutableValueGraph
Packages that use MutableValueGraph
Package
Description
Graph Collections Package - Graph Data Structures
图集合包 - 图数据结构
-
Uses of MutableValueGraph in cloud.opencode.base.collections.graph
Methods in cloud.opencode.base.collections.graph that return MutableValueGraphModifier and TypeMethodDescriptionstatic <N,V> MutableValueGraph <N, V> MutableValueGraph.directed()Create a directed mutable value graph.static <N,V> MutableValueGraph <N, V> MutableValueGraph.undirected()Create an undirected mutable value graph.