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