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>
-
Constructor Summary
Constructors Constructor Description ChunkCharIterator(CharIterable iterable, int size)
-
Method Summary
Modifier and Type Method Description boolean
hasNext()
CharIterable
next()
-
Constructor Details
-
Method Details
-
hasNext
public boolean hasNext()- Specified by:
hasNext
in interfaceIterator<CharIterable>
-
next
- Specified by:
next
in interfaceIterator<CharIterable>
-