Package | Description |
---|---|
com.google.common.graph |
An API for representing graph (node and edge) data.
|
Modifier and Type | Method and Description |
---|---|
ImmutableGraph<N> |
ImmutableValueGraph.asGraph() |
ImmutableGraph<N> |
ImmutableNetwork.asGraph() |
static <N> ImmutableGraph<N> |
ImmutableGraph.copyOf(Graph<N> graph)
Returns an immutable copy of
graph . |
static <N> ImmutableGraph<N> |
ImmutableGraph.copyOf(ImmutableGraph<N> graph)
Deprecated.
no need to use this
|
Modifier and Type | Method and Description |
---|---|
static <N> ImmutableGraph<N> |
ImmutableGraph.copyOf(ImmutableGraph<N> graph)
Deprecated.
no need to use this
|
Copyright © 2010–2019. All rights reserved.