T - nodeP - payloadpublic interface GraphTraversableWithPayloadAndDependencyStack<T,P>
AcyclicDepthFirstPostOrderTraversalWithPayloadAndDependencyStack to
access current node payload and following nodes.| Modifier and Type | Method and Description |
|---|---|
Pair<P,Iterator<? extends T>> |
findNodeAndChildren(T node,
DependencyStack dependencyStack) |