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 SummaryFieldsModifier and TypeFieldDescriptionprotected DigraphIteration<E,?> protected Eprotected ArrayDeque<ArcIterator<E,?>> 
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.IteratorforEachRemaining
- 
Field Details- 
factory
- 
firstVertex
- 
stack
- 
seen
 
- 
- 
Constructor Details- 
DepthFirstSearch
 
- 
- 
Method Details