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-createdImmutableGraphbased 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) Deprecated.static <N> ImmutableGraph<N> Graphs.transitiveClosure(Graph<N> graph, Graphs.TransitiveClosureSelfLoopStrategy strategy) 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