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
MutableGraph with the properties of this GraphBuilder . |
static <N> MutableGraph<N> |
Graphs.copyOf(Graph<N> graph)
Creates a mutable copy of
graph with the same nodes and edges. |
static <N> MutableGraph<N> |
Graphs.inducedSubgraph(Graph<N> graph,
Iterable<? extends N> nodes)
Returns the subgraph of
graph induced by nodes . |
Copyright © 2010–2019. All rights reserved.