Class ChunkFloatIterable.ChunkFloatIterator
- java.lang.Object
-
- org.eclipse.collections.impl.lazy.primitive.ChunkFloatIterable.ChunkFloatIterator
-
- All Implemented Interfaces:
Iterator<FloatIterable>
- Enclosing class:
- ChunkFloatIterable
public static class ChunkFloatIterable.ChunkFloatIterator extends Object implements Iterator<FloatIterable>
-
-
Constructor Summary
Constructors Constructor Description ChunkFloatIterator(FloatIterable iterable, int size)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNext()FloatIterablenext()-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Iterator
forEachRemaining, remove
-
-
-
-
Constructor Detail
-
ChunkFloatIterator
public ChunkFloatIterator(FloatIterable iterable, int size)
-
-
Method Detail
-
hasNext
public boolean hasNext()
- Specified by:
hasNextin interfaceIterator<FloatIterable>
-
next
public FloatIterable next()
- Specified by:
nextin interfaceIterator<FloatIterable>
-
-