java.util.Iterator<ShortIterable>public static class ChunkShortIterable.ChunkShortIterator extends java.lang.Object implements java.util.Iterator<ShortIterable>
| Constructor | Description |
|---|---|
ChunkShortIterator(ShortIterable iterable,
int size) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
hasNext() |
|
ShortIterable |
next() |
public ChunkShortIterator(ShortIterable iterable, int size)
public boolean hasNext()
hasNext in interface java.util.Iterator<ShortIterable>public ShortIterable next()
next in interface java.util.Iterator<ShortIterable>Copyright © 2004–2018. All rights reserved.