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 CharIterator
private final int
private final Function0
<MutableCharCollection> -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining, remove
-
Field Details
-
iterator
-
size
private final int size -
speciesNewStrategy
-
-
Constructor Details
-
ChunkCharIterator
-
-
Method Details
-
hasNext
public boolean hasNext()- Specified by:
hasNext
in interfaceIterator<CharIterable>
-
next
- Specified by:
next
in interfaceIterator<CharIterable>
-