Class ChunkCharIterable.ChunkCharIterator
java.lang.Object
org.eclipse.collections.impl.lazy.primitive.ChunkCharIterable.ChunkCharIterator
- All Implemented Interfaces:
Iterator<CharIterable>
- Enclosing class:
ChunkCharIterable
public static class ChunkCharIterable.ChunkCharIterator
extends Object
implements Iterator<CharIterable>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final CharIteratorprivate final intprivate final Function0<MutableCharCollection> -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterator
forEachRemaining, remove
-
Field Details
-
iterator
-
size
private final int size -
speciesNewStrategy
-
-
Constructor Details
-
ChunkCharIterator
-
-
Method Details
-
hasNext
public boolean hasNext()- Specified by:
hasNextin interfaceIterator<CharIterable>
-
next
- Specified by:
nextin interfaceIterator<CharIterable>
-