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 booleanhasNext()ShortIterablenext()
-
Constructor Details
-
Method Details
-
hasNext
public boolean hasNext()- Specified by:
hasNextin interfaceIterator<ShortIterable>
-
next
- Specified by:
nextin interfaceIterator<ShortIterable>
-