Class ChunkByteIterable.ChunkByteIterator
java.lang.Object
org.eclipse.collections.impl.lazy.primitive.ChunkByteIterable.ChunkByteIterator
- All Implemented Interfaces:
Iterator<ByteIterable>
- Enclosing class:
ChunkByteIterable
public static class ChunkByteIterable.ChunkByteIterator
extends Object
implements Iterator<ByteIterable>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final ByteIteratorprivate final intprivate final Function0<MutableByteCollection> -
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
-
ChunkByteIterator
-
-
Method Details
-
hasNext
public boolean hasNext()- Specified by:
hasNextin interfaceIterator<ByteIterable>
-
next
- Specified by:
nextin interfaceIterator<ByteIterable>
-