| Package | Description | 
|---|---|
| com.google.common.graph | An API for representing graph (node and edge) data. | 
| Modifier and Type | Method and Description | 
|---|---|
| <N1 extends N,V1 extends V> | ValueGraphBuilder. build()Returns an empty  MutableValueGraphwith the properties of thisValueGraphBuilder. | 
| static <N,V> MutableValueGraph<N,V> | Graphs. copyOf(ValueGraph<N,V> graph)Creates a mutable copy of  graphwith 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 of  graphinduced bynodes. | 
Copyright © 2010–2019. All rights reserved.