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