- All Implemented Interfaces:
- java.util.Iterator
public abstract class IteratorIterator
extends IteratorAdapter
An iterator that takes an iterator over objects that themselves
produce iterators, and which iterators over the elements in
the sub-iterators. To get the iterators from the objects
iterated over, the method iterator() must be over-ridden to
convert a given result from the top-level iterator into a
sub-iterator.
- Version:
- $Id: IteratorIterator.java 70398 2014-10-22 23:44:32Z cxh $
- Author:
- John Reekie