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