Uses of Interface
com.google.common.graph.MutableGraph
Packages that use MutableGraph
-
Uses of MutableGraph in com.google.common.graph
Classes in com.google.common.graph that implement MutableGraphModifier and TypeClassDescription(package private) final class
Standard implementation ofMutableGraph
that supports both directed and undirected graphs.Fields in com.google.common.graph declared as MutableGraphModifier and TypeFieldDescriptionprivate final MutableGraph
<N> ImmutableGraph.Builder.mutableGraph
Methods in com.google.common.graph that return MutableGraphModifier and TypeMethodDescription<N1 extends N>
MutableGraph<N1> GraphBuilder.build()
Returns an emptyMutableGraph
with the properties of thisGraphBuilder
.static <N> MutableGraph
<N> Creates a mutable copy ofgraph
with the same nodes and edges.static <N> MutableGraph
<N> Graphs.inducedSubgraph
(Graph<N> graph, Iterable<? extends N> nodes) Returns the subgraph ofgraph
induced bynodes
.