org.entityfs.itr
Interface DepthFirstIterator<T>

All Superinterfaces:
Iterator<T>
All Known Subinterfaces:
LockingDepthFirstIterator<T>
All Known Implementing Classes:
DepthFirstIteratorImpl, LocationAwareDepthFirstIteratorImpl, NoLockingDepthFirstIterator, NoLockingDepthLastIterator, PessimisticLockingDepthFirstIterator

public interface DepthFirstIterator<T>
extends Iterator<T>

This is a marker interface for flagging that an iterator is a recursive, depth-first iterator.

Since:
1.0
Author:
Karl Gustafsson
In_jar:
entityfs-core

Method Summary
 
Methods inherited from interface java.util.Iterator
hasNext, next, remove