edgesTo

fun edgesTo(destination: V): Set<E>

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

Return

All edges that lead to the destination vertex.

Parameters

destination

The destination vertex.