public abstract static class DFS.NodeHandlerWithListResult<N,R> extends DFS.AbstractNodeHandler<N,java.util.List<R>>
Modifier and Type | Field and Description |
---|---|
protected java.util.LinkedList<R> |
result |
Constructor and Description |
---|
DFS.NodeHandlerWithListResult() |
Modifier and Type | Method and Description |
---|---|
java.util.List<R> |
result() |
afterChildren, beforeChildren
public DFS.NodeHandlerWithListResult()