hasPath

abstract fun hasPath(startFrom: V, endWith: V): Boolean

Returns true when path from startFrom to endsWith can be found; false otherwise.

Throws