previous

public abstract List<Pair<Integer, E>> previous(int location)

Returns the list of incoming edges in l. This is represented as a list of Pair.

Return

the list of incoming edges in l.

Parameters

location

a location.