|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GraphIterator | |
|---|---|
| com.kuka.graph.traverse | This package contains classes for graph traversal. |
| Uses of GraphIterator in com.kuka.graph.traverse |
|---|
| Classes in com.kuka.graph.traverse with type parameters of type GraphIterator | |
|---|---|
interface |
GraphIterator<T extends GraphIterator<T,N>,N>
Iterator interface for graph traversal. |
| Classes in com.kuka.graph.traverse that implement GraphIterator | |
|---|---|
class |
AbstractBaseGraphIterator<T extends AbstractBaseGraphIterator<T,N>,N>
base implementation for graph iterators. |
class |
BreadthFirstIterator<N>
A breadth first iterator. |
class |
ClosestFirstIterator<N>
A closest first iterator. |
class |
DepthFirstIterator<N>
A depth first iterator. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||