edges property

Iterable<Edge<V, E>> edges

Returns the edges of this graph.

Implementation

Iterable<Edge<V, E>> get edges;