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