Package com.google.common.graph
Class Graphs.NodeAndRemainingSuccessors<N>
java.lang.Object
com.google.common.graph.Graphs.NodeAndRemainingSuccessors<N>
- Enclosing class:
Graphs
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final N
The successors left to be visited, ornull
if we just added thisNodeAndRemainingSuccessors
instance to the stack. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
node
-
remainingSuccessors
The successors left to be visited, ornull
if we just added thisNodeAndRemainingSuccessors
instance to the stack. In the latter case, we'll compute the successors if we determine that we need them after we've performed the initial processing of the node.
-
-
Constructor Details
-
NodeAndRemainingSuccessors
NodeAndRemainingSuccessors(N node)
-