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