Uses of Interface
com.google.common.graph.MutableValueGraph
-
Uses of MutableValueGraph in com.google.common.graph
Modifier and TypeMethodDescription<N1 extends N,
V1 extends V>
MutableValueGraph<N1, V1> ValueGraphBuilder.build()
Returns an emptyMutableValueGraph
with the properties of thisValueGraphBuilder
.static <N,
V> MutableValueGraph <N, V> Graphs.copyOf
(ValueGraph<N, V> graph) Creates a mutable copy ofgraph
with the same nodes, edges, and edge values.static <N,
V> MutableValueGraph <N, V> Graphs.inducedSubgraph
(ValueGraph<N, V> graph, Iterable<? extends N> nodes) Returns the subgraph ofgraph
induced bynodes
.