Uses of Class
com.google.common.graph.ImmutableGraph
Packages that use ImmutableGraph
-
Uses of ImmutableGraph in com.google.common.graph
Methods in com.google.common.graph that return ImmutableGraphModifier and TypeMethodDescriptionImmutableNetwork.asGraph()
ImmutableValueGraph.asGraph()
ImmutableGraph.Builder.build()
Returns a newly-createdImmutableGraph
based on the contents of thisBuilder
.static <N> ImmutableGraph
<N> Returns an immutable copy ofgraph
.static <N> ImmutableGraph
<N> ImmutableGraph.copyOf
(ImmutableGraph<N> graph) Deprecated.no need to use thisstatic <N> ImmutableGraph
<N> Graphs.transitiveClosure
(Graph<N> graph) Returns the transitive closure ofgraph
.Methods in com.google.common.graph with parameters of type ImmutableGraphModifier and TypeMethodDescriptionstatic <N> ImmutableGraph
<N> ImmutableGraph.copyOf
(ImmutableGraph<N> graph) Deprecated.no need to use this