outgoingEdgesOf abstract method

Iterable<Edge<V, E>> outgoingEdgesOf(
  1. V vertex
)

Returns the outgoing edges of vertex.

Implementation

Iterable<Edge<V, E>> outgoingEdgesOf(V vertex);