Uses of Interface
com.google.common.graph.MutableGraph
-
Uses of MutableGraph in com.google.common.graph
Modifier 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
.