public interface Walker<E> extends Sequence<E>
| Modifier and Type | Method and Description |
|---|---|
void |
addBreakpoint() |
Path |
getCurrentPath() |
boolean |
isPaused() |
void |
resume() |
void |
skip() |
Path getCurrentPath()
void skip()
void addBreakpoint()
boolean isPaused()
void resume()
Copyright © 2021. All rights reserved.