Class IntegerColumnIterator

java.lang.Object
com.illumon.iris.db.v2.iterators.ColumnIterator<Integer>
com.illumon.iris.db.v2.iterators.IntegerColumnIterator
All Implemented Interfaces:
Iterator<Integer>, PrimitiveIterator<Integer,IntConsumer>, PrimitiveIterator.OfInt

public class IntegerColumnIterator extends ColumnIterator<Integer> implements PrimitiveIterator.OfInt
Iteration support for boxed or primitive integers contained with a ColumnSource.
  • Constructor Details

    • IntegerColumnIterator

      public IntegerColumnIterator(@NotNull Index index, @NotNull ColumnSource<Integer> columnSource)
    • IntegerColumnIterator

      public IntegerColumnIterator(@NotNull Table table, @NotNull String columnName)
  • Method Details