getIncomingEdges

@Nullable
open fun getIncomingEdges(@NonNull node: @NonNull T): @Nullable List<T>(source)

Get any incoming edges from the given node.

Return

a new list containing any incoming edges, or null if there are none