Uses of Interface
com.google.common.graph.MutableValueGraph
Packages that use MutableValueGraph
-
Uses of MutableValueGraph in com.google.common.graph
Classes in com.google.common.graph that implement MutableValueGraphModifier and TypeClassDescription(package private) final class
Standard implementation ofMutableValueGraph
that supports both directed and undirected graphs.Fields in com.google.common.graph declared as MutableValueGraphModifier and TypeFieldDescriptionprivate final MutableValueGraph
<N, GraphConstants.Presence> StandardMutableGraph.backingValueGraph
private final MutableValueGraph
<N, V> ImmutableValueGraph.Builder.mutableValueGraph
Methods in com.google.common.graph that return MutableValueGraphModifier 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
.