empty method

Graph<V, E> empty()

Creates an empty graph.

Implementation

Graph<V, E> empty() => newBuilder().build();