Builds a new, immutable Graph by applying builder to a fresh MutableGraph, then converting the result back to an immutable Graph. Equivalent to MutableGraph.build(builder).toImmutable().
MutableGraph.build(builder).toImmutable()
Returns a new, empty Graph (no nodes, no edges).
Creates a new Graph containing exactly the given edges, and their endpoint nodes.
Creates a new Graph containing exactly edge (and any edges), and their endpoint nodes.