public static class ChunkDoubleIterable.ChunkDoubleIterator extends Object implements Iterator<DoubleIterable>
| Constructor and Description |
|---|
ChunkDoubleIterator(DoubleIterable iterable,
int size) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
DoubleIterable |
next() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemaining, removepublic ChunkDoubleIterator(DoubleIterable iterable, int size)
public boolean hasNext()
hasNext in interface Iterator<DoubleIterable>public DoubleIterable next()
next in interface Iterator<DoubleIterable>Copyright © 2004–2022. All rights reserved.