Class IterableIterator<ELEMENTTYPE>

  • Type Parameters:
    ELEMENTTYPE - The type of elements to iterate.
    All Implemented Interfaces:
    ICommonsIterable<ELEMENTTYPE>, IIterableIterator<ELEMENTTYPE>, Iterable<ELEMENTTYPE>, Iterator<ELEMENTTYPE>
    Direct Known Subclasses:
    FileSystemIterator

    public class IterableIterator<ELEMENTTYPE>
    extends Object
    implements IIterableIterator<ELEMENTTYPE>
    This class is used for simpler iteration over an Iterator via the new "for" syntax.
    Author:
    Philip Helger