getEdges abstract method

Iterable<Edge<V, E>> getEdges(
  1. V source,
  2. V target
)

Returns the edges between source and target.

Implementation

Iterable<Edge<V, E>> getEdges(V source, V target);