edgesFrom

fun edgesFrom(source: V): Set<E>

Answer an unmodifiable set of edges (if any) leading from the specified source vertex. Note that subsequent changes to the graph may affect this set.

Return

All edges that lead from the source vertex.

Parameters

source

The source vertex.