Class ChunkLongIterable.ChunkLongIterator
- java.lang.Object
-
- org.eclipse.collections.impl.lazy.primitive.ChunkLongIterable.ChunkLongIterator
-
- All Implemented Interfaces:
Iterator<LongIterable>
- Enclosing class:
- ChunkLongIterable
public static class ChunkLongIterable.ChunkLongIterator extends Object implements Iterator<LongIterable>
-
-
Constructor Summary
Constructors Constructor Description ChunkLongIterator(LongIterable iterable, int size)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNext()LongIterablenext()-
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
-
ChunkLongIterator
public ChunkLongIterator(LongIterable iterable, int size)
-
-
Method Detail
-
hasNext
public boolean hasNext()
- Specified by:
hasNextin interfaceIterator<LongIterable>
-
next
public LongIterable next()
- Specified by:
nextin interfaceIterator<LongIterable>
-
-