Class ShortColumnIterator

java.lang.Object
com.illumon.iris.db.v2.iterators.ColumnIterator<Short>
com.illumon.iris.db.v2.iterators.ShortColumnIterator
All Implemented Interfaces:
Iterator<Short>, PrimitiveIterator<Short,com.fishlib.base.Procedure.UnaryShort>

public class ShortColumnIterator extends ColumnIterator<Short> implements PrimitiveIterator<Short,com.fishlib.base.Procedure.UnaryShort>
Iteration support for boxed or primitive shorts contained with a ColumnSource.
  • Constructor Details

    • ShortColumnIterator

      public ShortColumnIterator(@NotNull Index index, @NotNull ColumnSource<Short> columnSource)
    • ShortColumnIterator

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

    • nextShort

      public short nextShort()
    • forEachRemaining

      public void forEachRemaining(@NotNull com.fishlib.base.Procedure.UnaryShort action)
      Specified by:
      forEachRemaining in interface PrimitiveIterator<Short,com.fishlib.base.Procedure.UnaryShort>