| Constructor and Description |
|---|
StreamIntIterator(IntStream stream)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
Integer |
next() |
int |
nextInt() |
int |
skip(int n) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemaining, removepublic StreamIntIterator(IntStream stream)
stream - wrapped streamCopyright © 2016. All rights reserved.