public abstract static class DFS.AbstractNodeHandler<N,R> extends java.lang.Object implements DFS.NodeHandler<N,R>
| Constructor and Description |
|---|
DFS.AbstractNodeHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterChildren(N current) |
void |
beforeChildren(N current) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitresultpublic DFS.AbstractNodeHandler()
public void beforeChildren(N current)
beforeChildren in interface DFS.NodeHandler<N,R>public void afterChildren(N current)
afterChildren in interface DFS.NodeHandler<N,R>