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, wait
forEachRemaining, remove
public StreamDoubleIterator(DoubleStream stream)
stream
- wrapped streamCopyright © 2016. All rights reserved.