GraphValueStep<T>.root constructor

GraphValueStep<T>.root(
  1. GraphWalker<T> walker,
  2. T nodeValue
)

Implementation

GraphValueStep.root(this.walker, this.nodeValue)
    : previous = null,
      depth = 0;