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