Class EnumerationFromIterator<ELEMENTTYPE>

  • Type Parameters:
    ELEMENTTYPE - Type to be enumerated
    All Implemented Interfaces:
    Enumeration<ELEMENTTYPE>

    public final class EnumerationFromIterator<ELEMENTTYPE>
    extends Object
    implements Enumeration<ELEMENTTYPE>
    This is a helper class to create an Enumeration from an existing Iterator
    Author:
    Philip Helger