Package io.deephaven.chunk.util
Class LongChunkIterator
java.lang.Object
io.deephaven.chunk.util.LongChunkIterator
- All Implemented Interfaces:
Iterator<Long>
,PrimitiveIterator<Long,
,LongConsumer> PrimitiveIterator.OfLong
-
Nested Class Summary
Nested classes/interfaces inherited from interface java.util.PrimitiveIterator
PrimitiveIterator.OfDouble, PrimitiveIterator.OfInt, PrimitiveIterator.OfLong
-
Constructor Summary
ConstructorDescriptionLongChunkIterator
(LongChunk<? extends Any> ck) LongChunkIterator
(LongChunk<? extends Any> 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
-
Constructor Details
-
LongChunkIterator
-
LongChunkIterator
-
-
Method Details
-
hasNext
public boolean hasNext() -
nextLong
public long nextLong()- Specified by:
nextLong
in interfacePrimitiveIterator.OfLong
-