EE
- the element typepublic static interface PrefetchIterator.NextElementFunctor<EE>
Modifier and Type | Method and Description |
---|---|
EE |
nextElement()
Return the next element or throw a
NoSuchElementException if there are no more
elements. |
EE nextElement() throws NoSuchElementException
NoSuchElementException
if there are no more
elements.NoSuchElementException
- in case there is no next elementCopyright © 2017. All rights reserved.