public static class DFS.TopologicalOrder<N> extends DFS.NodeHandlerWithListResult<N,N>
result| Constructor and Description |
|---|
DFS.TopologicalOrder() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterChildren(N current) |
resultbeforeChildrenpublic DFS.TopologicalOrder()
public void afterChildren(N current)
afterChildren in interface DFS.NodeHandler<N,java.util.List<N>>afterChildren in class DFS.AbstractNodeHandler<N,java.util.List<N>>