Package org.jbind.util.collection

Interface Summary
FilterIterator.ICondition Interface which must be implemented in order to decide wheter objects should be included in the iteration or not.
FilterListIterator.Test  
TransformingIterator.ITransformation Interface which must be implemented in order to decide wheter objects should be included in the iteration or not.
 

Class Summary
ConcatIterator Concatenates an array of iterators to one iterator.
FilterIterator Filters the objects of an iterator such that all returned objects obey a condition.
FilterListIterator  
TransformingIterator  
TransformingListIterator  
UnsynchronizedStack