Constructor and Description |
---|
AbstractBottomUpTraversal(TraversableGraph<T> graph) |
Modifier and Type | Method and Description |
---|---|
void |
traverse() |
void |
traverse(java.util.function.Predicate<T> shouldExploreChildren)
Perform the traversal.
|
abstract void |
visit(T node) |
public AbstractBottomUpTraversal(TraversableGraph<T> graph)
public final void traverse(java.util.function.Predicate<T> shouldExploreChildren) throws E extends Throwable