protected static interface NonRecursive.Walker
Modifier and Type | Method and Description |
---|---|
void |
walk(NonRecursive engine)
Do one step of the recursive algorithm.
|
void walk(NonRecursive engine)
engine
- The non recursive engine where new walkers
can be enqueued.