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