Class EnumerationIterator<T>

  • Type Parameters:
    T - The element type of the enumeration and the iterator
    All Implemented Interfaces:
    Iterator<T>

    public class EnumerationIterator<T>
    extends Object
    implements Iterator<T>
    An Iterator that iterates over the elements of an Enumeration.