org.apache.cayenne.ashwood.graph
Class DepthFirstStampSearch<E>
java.lang.Object
org.apache.cayenne.ashwood.graph.DepthFirstSearch<E>
org.apache.cayenne.ashwood.graph.DepthFirstStampSearch<E>
- All Implemented Interfaces:
- java.util.Iterator<E>
public class DepthFirstStampSearch<E>
- extends DepthFirstSearch<E>
- Since:
- 3.1
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UNDEFINED_STAMP
public static final int UNDEFINED_STAMP
- See Also:
- Constant Field Values
GROW_DEPTH_STAMP
public static final int GROW_DEPTH_STAMP
- See Also:
- Constant Field Values
GROW_BREADTH_STAMP
public static final int GROW_BREADTH_STAMP
- See Also:
- Constant Field Values
SHRINK_STAMP
public static final int SHRINK_STAMP
- See Also:
- Constant Field Values
LEAF_STAMP
public static final int LEAF_STAMP
- See Also:
- Constant Field Values
DepthFirstStampSearch
public DepthFirstStampSearch(DigraphIteration<E,?> factory,
E firstVertex)
getStamp
public int getStamp()
next
public E next()
- Specified by:
next
in interface java.util.Iterator<E>
- Overrides:
next
in class DepthFirstSearch<E>
Copyright © 2001-2012 Apache Cayenne. All Rights Reserved.