| Package | Description | 
|---|---|
| com.google.common.graph | An API for representing graph (node and edge) data. | 
| Modifier and Type | Method and Description | 
|---|---|
| <N1 extends N,E1 extends E> | NetworkBuilder. build()Returns an empty  MutableNetworkwith the properties of thisNetworkBuilder. | 
| static <N,E> MutableNetwork<N,E> | Graphs. copyOf(Network<N,E> network)Creates a mutable copy of  networkwith the same nodes and edges. | 
| static <N,E> MutableNetwork<N,E> | Graphs. inducedSubgraph(Network<N,E> network,
               Iterable<? extends N> nodes)Returns the subgraph of  networkinduced bynodes. | 
Copyright © 2010–2017. All rights reserved.