contains

open operator fun contains(value: V): Boolean

Returns true if graph contains value; false otherwise.

open operator fun contains(edge: Edge<V, E>): Boolean

Returns true if graph contains edge; false otherwise.