public class DepthFirstStampSearch<E> extends DepthFirstSearch<E>
| Modifier and Type | Field and Description | 
|---|---|
| static int | GROW_BREADTH_STAMP | 
| static int | GROW_DEPTH_STAMP | 
| static int | LEAF_STAMP | 
| static int | SHRINK_STAMP | 
| static int | UNDEFINED_STAMP | 
factory, firstVertex, seen, stack| Constructor and Description | 
|---|
| DepthFirstStampSearch(DigraphIteration<E,?> factory,
                     E firstVertex) | 
| Modifier and Type | Method and Description | 
|---|---|
| int | getStamp() | 
| E | next() | 
hasNext, remove, resetclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic static final int UNDEFINED_STAMP
public static final int GROW_DEPTH_STAMP
public static final int GROW_BREADTH_STAMP
public static final int SHRINK_STAMP
public static final int LEAF_STAMP
public DepthFirstStampSearch(DigraphIteration<E,?> factory, E firstVertex)
Copyright © 2001–2023 Apache Cayenne. All rights reserved.