类 ReadOnlyIterator<E>

  • 类型参数:
    E - the type of elements returned by this iterator
    所有已实现的接口:
    java.util.Iterator<E>
    直接已知子类:
    EnumerationIteratorAdapter, SingletonIterator, UnmodifiableIterator

    public abstract class ReadOnlyIterator<E>
    extends java.lang.Object
    implements java.util.Iterator<E>
    Abstract Read-Only Iterator
    从以下版本开始:
    1.0.0
    作者:
    Mercy
    • 方法概要

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

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

        forEachRemaining, hasNext, next
    • 构造器详细资料

      • ReadOnlyIterator

        public ReadOnlyIterator()
    • 方法详细资料

      • remove

        public final void remove()
        指定者:
        remove 在接口中 java.util.Iterator<E>