| Package | Description | 
|---|---|
| com.google.common.graph | An API for representing graph (node and edge) data. | 
| Modifier and Type | Method and Description | 
|---|---|
| <N1 extends N> | GraphBuilder. build()Returns an empty  MutableGraphwith the properties of thisGraphBuilder. | 
| static <N> MutableGraph<N> | Graphs. copyOf(Graph<N> graph)Creates a mutable copy of  graphwith the same nodes and edges. | 
| static <N> MutableGraph<N> | Graphs. inducedSubgraph(Graph<N> graph,
               Iterable<? extends N> nodes)Returns the subgraph of  graphinduced bynodes. | 
Copyright © 2010–2017. All rights reserved.