Class LongColumnIterator

java.lang.Object
com.illumon.iris.db.v2.iterators.ColumnIterator<Long>
com.illumon.iris.db.v2.iterators.LongColumnIterator
All Implemented Interfaces:
Iterator<Long>, PrimitiveIterator<Long,LongConsumer>, PrimitiveIterator.OfLong

public class LongColumnIterator extends ColumnIterator<Long> implements PrimitiveIterator.OfLong
Iteration support for boxed or primitive longs contained with a ColumnSource.
  • Constructor Details

    • LongColumnIterator

      public LongColumnIterator(@NotNull Index index, @NotNull ColumnSource<Long> columnSource)
    • LongColumnIterator

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