MCPcopy Index your code
hub / github.com/antlr/codebuff / ImmutableGraph

Method ImmutableGraph

output/java_guava/1.4.16/ImmutableGraph.java:39–41  ·  view source on GitHub ↗
(Graph<N> graph)

Source from the content-addressed store, hash-verified

37
38public final class ImmutableGraph<N> extends AbstractConfigurableGraph<N> {
39 private ImmutableGraph(Graph<N> graph) {
40 super(GraphBuilder.from(graph), getNodeConnections(graph));
41 }
42
43 /**
44 * Returns an immutable copy of {@code graph}.

Callers

nothing calls this directly

Calls 2

fromMethod · 0.95
getNodeConnectionsMethod · 0.95

Tested by

no test coverage detected