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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNext()ShortIterablenext()-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Iterator
forEachRemaining, remove
-
-
-
-
Constructor Detail
-
ChunkShortIterator
public ChunkShortIterator(ShortIterable iterable, int size)
-
-
Method Detail
-
hasNext
public boolean hasNext()
- Specified by:
hasNextin interfaceIterator<ShortIterable>
-
next
public ShortIterable next()
- Specified by:
nextin interfaceIterator<ShortIterable>
-
-