Uses of Class
com.google.common.graph.ImmutableValueGraph
Packages that use ImmutableValueGraph
-
Uses of ImmutableValueGraph in com.google.common.graph
Methods in com.google.common.graph that return ImmutableValueGraphModifier 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
.Methods in com.google.common.graph with parameters of type ImmutableValueGraphModifier and TypeMethodDescriptionstatic <N,
V> ImmutableValueGraph <N, V> ImmutableValueGraph.copyOf
(ImmutableValueGraph<N, V> graph) Deprecated.no need to use this