containsEdge

fun containsEdge(edge: E): Boolean

Answer whether the specified edge is present in the graph. The source and destination vertices of the edge do not have to be present in the graph; if not, the answer is simply false.

Return

Whether the edge is present in the graph.

Parameters

edge

The Edge to look up.