getEdge abstract method

Edge<V, E>? getEdge(
  1. V source,
  2. V target
)

Returns the edge between source and target, or null.

Implementation

Edge<V, E>? getEdge(V source, V target);