| Package | Description |
|---|---|
| com.atlassian.fisheye.dag |
| Modifier and Type | Class and Description |
|---|---|
protected static class |
GraphUtils.DefaultGraphIterator<E,ID> |
| Modifier and Type | Method and Description |
|---|---|
static <N,ID> GraphIterator<N> |
GraphUtils.iterateBreadthFirst(Collection<N> fromNodes,
com.google.common.base.Function<N,Collection<N>> nextNodeProvider,
com.google.common.base.Function<N,ID> nodeIdExtractor)
Iterates a graph in breadth-first order.
|
static <N,ID> GraphIterator<N> |
GraphUtils.iterateDepthFirst(Collection<N> fromNodes,
com.google.common.base.Function<N,Collection<N>> nextNodeProvider,
com.google.common.base.Function<N,ID> nodeIdExtractor)
Iterates a graph in depth-first order.
|
Copyright © 2015 Atlassian Software Systems. All rights reserved.