Interface LongColumnIterator
- All Superinterfaces:
AutoCloseable,CloseableIterator<Long>,CloseablePrimitiveIterator<Long,,LongConsumer> CloseablePrimitiveIteratorOfLong,ColumnIterator<Long>,Iterator<Long>,PrimitiveIterator<Long,,LongConsumer> PrimitiveIterator.OfLong,SafeCloseable,ValueIterator<Long>,ValueIteratorOfLong
- All Known Implementing Classes:
ChunkedLongColumnIterator,SerialLongColumnIterator
ColumnIterator implementation for columns of primitive longs.-
Nested Class Summary
Nested classes/interfaces inherited from interface java.util.PrimitiveIterator
PrimitiveIterator.OfDouble, PrimitiveIterator.OfInt, PrimitiveIterator.OfLong -
Field Summary
Fields inherited from interface io.deephaven.engine.primitive.value.iterator.ValueIterator
EMPTYFields inherited from interface io.deephaven.engine.primitive.value.iterator.ValueIteratorOfLong
EMPTY -
Method Summary
Methods inherited from interface io.deephaven.engine.table.iterators.ColumnIterator
closeMethods inherited from interface java.util.PrimitiveIterator.OfLong
forEachRemaining, nextLongMethods inherited from interface io.deephaven.engine.primitive.value.iterator.ValueIterator
remainingMethods inherited from interface io.deephaven.engine.primitive.value.iterator.ValueIteratorOfLong
forEachRemaining, longStream, next, stream