containsEdge abstract method

bool containsEdge(
  1. Edge<E> edge
)

Returns whether the collection contains an edge connecting two nodes.

Implementation

bool containsEdge(Edge<E> edge);