Package com.infomancers.collections.iterators

Class Summary
ChainedTransformations Utility class to create chained transformations.
GraphIterators Utility class used to create an iterator which iterates over all the nodes of a graph, using different common algorithms.
Iterators Utility class to create commonly used iterators.
StringIterators Used to iterate strings and string searches in a friendly way.
TreeIterators Utility class used to create an iterator which iterates over all the nodes of a tree, either in prefix or postfix mode.
 

Enum Summary
TreeIterators.Type