Class ChunkShortIterable.ChunkShortIterator
java.lang.Object
org.eclipse.collections.impl.lazy.primitive.ChunkShortIterable.ChunkShortIterator
- All Implemented Interfaces:
Iterator<ShortIterable>
- Enclosing class:
- ChunkShortIterable
public static class ChunkShortIterable.ChunkShortIterator extends Object implements Iterator<ShortIterable>
-
Constructor Summary
Constructors Constructor Description ChunkShortIterator(ShortIterable iterable, int size)
-
Method Summary
Modifier and Type Method Description boolean
hasNext()
ShortIterable
next()
-
Constructor Details
-
Method Details
-
hasNext
public boolean hasNext()- Specified by:
hasNext
in interfaceIterator<ShortIterable>
-
next
- Specified by:
next
in interfaceIterator<ShortIterable>
-