Interface DoubleColumnIterator
- All Superinterfaces:
AutoCloseable
,CloseableIterator<Double>
,CloseablePrimitiveIterator<Double,
,DoubleConsumer> CloseablePrimitiveIteratorOfDouble
,ColumnIterator<Double>
,Iterator<Double>
,PrimitiveIterator<Double,
,DoubleConsumer> PrimitiveIterator.OfDouble
,SafeCloseable
,ValueIterator<Double>
,ValueIteratorOfDouble
- All Known Implementing Classes:
ChunkedDoubleColumnIterator
,SerialDoubleColumnIterator
ColumnIterator
implementation for columns of primitive doubles.-
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
EMPTY
Fields inherited from interface io.deephaven.engine.primitive.value.iterator.ValueIteratorOfDouble
EMPTY
-
Method Summary
Methods inherited from interface io.deephaven.engine.table.iterators.ColumnIterator
close
Methods inherited from interface java.util.PrimitiveIterator.OfDouble
forEachRemaining, nextDouble
Methods inherited from interface io.deephaven.engine.primitive.value.iterator.ValueIterator
remaining
Methods inherited from interface io.deephaven.engine.primitive.value.iterator.ValueIteratorOfDouble
doubleStream, forEachRemaining, next, stream