public interface LongPrimitiveIterator extends SkippingIterator<Long>
| Modifier and Type | Method and Description |
|---|---|
long |
nextLong() |
long |
peek() |
skipforEachRemaining, hasNext, next, removelong nextLong()
long in iterationNoSuchElementException - if no more elements exist in the iterationlong peek()
long in iteration without advancing iterationCopyright © 2008–2017 The Apache Software Foundation. All rights reserved.