public static interface PrimitiveIterator.OfLong extends PrimitiveIterator<Long,LongConsumer>
long values.PrimitiveIterator.OfDouble, PrimitiveIterator.OfInt, PrimitiveIterator.OfLong| Modifier and Type | Method and Description |
|---|---|
long |
nextLong()
Returns the next
long element in the iteration. |
forEachRemainingforEachRemaining, hasNext, next, removelong nextLong()
long element in the iteration.long element in the iterationNoSuchElementException - if the iteration has no more elementsCopyright © 2015. All rights reserved.