Interface PrefetchIterator.NextElementFunctor<EE>

  • Enclosing class:
    PrefetchIterator<E>

    public static interface PrefetchIterator.NextElementFunctor<EE>
    • Method Detail

      • nextElement

        EE nextElement()
                throws java.util.NoSuchElementException
        You must implement that NoSuchElementException is thrown on nextElement() if it is out of bound.
        Throws:
        java.util.NoSuchElementException