Class LongChunkIterator
java.lang.Object
com.illumon.iris.db.v2.sources.chunk.util.LongChunkIterator
- All Implemented Interfaces:
Iterator<Long>
,PrimitiveIterator<Long,LongConsumer>
,PrimitiveIterator.OfLong
public class LongChunkIterator extends Object implements PrimitiveIterator.OfLong
-
Nested Class Summary
Nested classes/interfaces inherited from interface java.util.PrimitiveIterator
PrimitiveIterator.OfDouble, PrimitiveIterator.OfInt, PrimitiveIterator.OfLong
-
Constructor Summary
Constructors Constructor Description LongChunkIterator(LongChunk ck)
LongChunkIterator(LongChunk ck, int start, int size)
-
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.PrimitiveIterator.OfLong
forEachRemaining, forEachRemaining, next