getPredecessor function and documentation dont go along
I think this should be:
public Node getPredecessor ()
{
return findAdjacent (true, false, Graph.SUCCESSOR_EDGE| Graph.BRANCH_EDGE);
}
I think this should be:
public Node getPredecessor ()
{
return findAdjacent (true, false, Graph.SUCCESSOR_EDGE| Graph.BRANCH_EDGE);
}