N - protected static class GraphUtils.DepthFirstNodeInserter<N> extends Object implements GraphUtils.NodeInserter<N>
| Modifier | Constructor and Description |
|---|---|
protected |
DepthFirstNodeInserter() |
| Modifier and Type | Method and Description |
|---|---|
void |
insertNextNodes(LinkedList<N> nodeQueue,
Collection<N> nextNodes) |
public void insertNextNodes(LinkedList<N> nodeQueue, Collection<N> nextNodes)
insertNextNodes in interface GraphUtils.NodeInserter<N>Copyright © 2015 Atlassian Software Systems. All rights reserved.