Package org.entityfs.itr

Iterator interfaces.

See:
          Description

Interface Summary
DepthFirstIterator<T> This is a marker interface for flagging that an iterator is a recursive, depth-first iterator.
DepthLastIterator<T> This is a marker interface for flagging that an iterator is a recursive, depth-last iterator.
 

Package org.entityfs.itr Description

Iterator interfaces.

Since:
1.0
Author:
Karl Gustafsson