| Package | Description |
|---|---|
| com.google.common.graph |
An API for representing graph (node and edge) data.
|
| Modifier and Type | Class and Description |
|---|---|
(package private) static class |
ImmutableGraph.ValueBackedImpl<N,V> |
class |
ImmutableValueGraph<N,V>
A
ValueGraph whose elements and structural relationships will never change. |
| Modifier and Type | Method and Description |
|---|---|
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
|