Methods
getAdjacentNode(node)
Returns the adjacent node of the given node via this edge.
If this edge is not incident to the given node, returns always the end point node.
Parameters:
| Name | Type | Description |
|---|---|---|
node |
T
|
any node which is incident to this edge |