Interface IObjectIterator<T>

    • Method Detail

      • remove

        @Deprecated
        default void remove()
        Deprecated.
        Specified by:
        remove in interface java.util.Iterator<T>
      • forEachRemaining

        default <E extends java.lang.Exception> void forEachRemaining​(IConsumer<? super T,​E> consumer)
                                                               throws E extends java.lang.Exception
        Throws:
        E extends java.lang.Exception