Package org.apache.cayenne.ashwood.graph
Class DepthFirstSearch<E>
java.lang.Object
org.apache.cayenne.ashwood.graph.DepthFirstSearch<E>
- All Implemented Interfaces:
Iterator<E>
- Direct Known Subclasses:
DepthFirstStampSearch
- Since:
- 3.1
-
Field Summary
Modifier and TypeFieldDescriptionprotected DigraphIteration
<E, ?> protected E
protected ArrayDeque
<ArcIterator<E, ?>> -
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining
-
Field Details
-
factory
-
firstVertex
-
stack
-
seen
-
-
Constructor Details
-
DepthFirstSearch
-
-
Method Details