Uses of Class
com.google.common.graph.ImmutableValueGraph
-
Uses of ImmutableValueGraph in com.google.common.graph
Modifier and TypeMethodDescriptionImmutableValueGraph.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
.Modifier and TypeMethodDescriptionstatic <N,
V> ImmutableValueGraph <N, V> ImmutableValueGraph.copyOf
(ImmutableValueGraph<N, V> graph) Deprecated.no need to use this