类 EnumerationIteratorAdapter<E>

  • 类型参数:
    E - The elements' type
    所有已实现的接口:
    java.util.Iterator<E>

    public class EnumerationIteratorAdapter<E>
    extends ReadOnlyIterator<E>
    Iterator Adapter based on Enumeration
    从以下版本开始:
    1.0.0
    作者:
    Mercy
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      boolean hasNext()  
      E next()  
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • 从接口继承的方法 java.util.Iterator

        forEachRemaining
    • 方法详细资料

      • hasNext

        public boolean hasNext()
      • next

        public E next()