Class ChunkIterator<T>
- java.lang.Object
-
- org.eclipse.collections.impl.lazy.iterator.ChunkIterator<T>
-
- All Implemented Interfaces:
Iterator<RichIterable<T>>
public final class ChunkIterator<T> extends Object implements Iterator<RichIterable<T>>
-
-
Constructor Summary
Constructors Constructor Description ChunkIterator(Iterable<T> iterable, int size)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNext()RichIterable<T>next()voidremove()-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Iterator
forEachRemaining
-
-