Class EmptyIterator<ELEMENTTYPE>

  • Type Parameters:
    ELEMENTTYPE - The pseudo element type to iterate
    All Implemented Interfaces:
    Iterator<ELEMENTTYPE>

    @Immutable
    public class EmptyIterator<ELEMENTTYPE>
    extends Object
    implements Iterator<ELEMENTTYPE>
    Implementation of an empty enumerator.
    Author:
    Philip Helger