| Package | Description |
|---|---|
| com.atlassian.fisheye.dag |
| Modifier and Type | Class and Description |
|---|---|
protected static class |
GraphUtils.BreadthFirstNodeInserter<N>
node inserter for breadth first search
|
protected static class |
GraphUtils.DepthFirstNodeInserter<N>
Node inserter for depth-first-search
|
| Constructor and Description |
|---|
DefaultGraphIterator(Collection<E> fromNodes,
com.google.common.base.Function<E,Collection<E>> nextNodeProvider,
com.google.common.base.Function<E,ID> nodeIdExtractor,
GraphUtils.NodeInserter<E> nodeInserter) |
Copyright © 2015 Atlassian Software Systems. All rights reserved.