GraphNodeStep<T>.root constructor

GraphNodeStep<T>.root(
  1. GraphWalker<T> walker,
  2. Node<T> node
)

Implementation

GraphNodeStep.root(this.walker, this.node)
    : previous = null,
      depth = 0,
      sideBranch = false;