Package | Description |
---|---|
com.google.common.graph |
An API for representing graph (node and edge) data.
|
Modifier and Type | Method and Description |
---|---|
ImmutableValueGraph<N,V> |
ImmutableValueGraph.Builder.build()
Returns a newly-created
ImmutableValueGraph based on the contents of this Builder . |
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.