Class EnumerationIteratorAdapter<E>

  • Type Parameters:
    E - The elements' type
    All Implemented Interfaces:
    java.util.Iterator<E>

    public class EnumerationIteratorAdapter<E>
    extends ReadOnlyIterator<E>
    Iterator Adapter based on Enumeration
    Since:
    1.0.0
    Author:
    Mercy
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean hasNext()  
      E next()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.Iterator

        forEachRemaining
    • Method Detail

      • hasNext

        public boolean hasNext()
      • next

        public E next()