Uses of Class
com.google.common.graph.ImmutableGraph.Builder
-
Uses of ImmutableGraph.Builder in com.google.common.graph
Modifier and TypeMethodDescriptionAddsnode
if it is not already present.<N1 extends N>
ImmutableGraph.Builder<N1> GraphBuilder.immutable()
Returns anImmutableGraph.Builder
with the properties of thisGraphBuilder
.ImmutableGraph.Builder.putEdge
(EndpointPair<N> endpoints) Adds an edge connectingendpoints
(in the order, if any, specified byendpoints
) if one is not already present.Adds an edge connectingnodeU
tonodeV
if one is not already present.