Class RspIterator
java.lang.Object
io.deephaven.engine.rowset.impl.rsp.RspIterator
- All Implemented Interfaces:
SafeCloseable
,AutoCloseable
,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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
int
copyTo
(long[] vs, int offset, int max) int
copyTo
(WritableLongChunk<? super OrderedRowKeys> chunk, int offset, int max) boolean
boolean
hasNext()
long
nextLong()
void
release()
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
-
RspIterator
-
-
Method Details
-
release
public void release() -
close
public void close()- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceSafeCloseable
-
forEachLong
-
copyTo
public int copyTo(long[] vs, int offset, int max) -
copyTo
-
hasNext
public boolean hasNext() -
nextLong
public long nextLong()- Specified by:
nextLong
in interfacePrimitiveIterator.OfLong
-