get

public E get(int source, int target)

Returns the value of the edge connecting src to trg. The value null is returned when there is not any edge connecting the two nodes.

Return

the value associated with the edge between src and trg, or null if it does not exist.

Parameters

source

source node.

target

end node.