Uses of Class
com.google.common.graph.ImmutableValueGraph
-
Packages that use ImmutableValueGraph Package Description com.google.common.graph An API for representing graph (node and edge) data. -
-
Uses of ImmutableValueGraph in com.google.common.graph
Methods in com.google.common.graph that return ImmutableValueGraph Modifier and Type Method Description ImmutableValueGraph<N,V>
ImmutableValueGraph.Builder. build()
Returns a newly-createdImmutableValueGraph
based on the contents of thisBuilder
.static <N,V>
ImmutableValueGraph<N,V>ImmutableValueGraph. copyOf(ImmutableValueGraph<N,V> graph)
Deprecated.no need to use thisstatic <N,V>
ImmutableValueGraph<N,V>ImmutableValueGraph. copyOf(ValueGraph<N,V> graph)
Returns an immutable copy ofgraph
.Methods in com.google.common.graph with parameters of type ImmutableValueGraph Modifier and Type Method Description static <N,V>
ImmutableValueGraph<N,V>ImmutableValueGraph. copyOf(ImmutableValueGraph<N,V> graph)
Deprecated.no need to use this
-