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