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