Package com.illumon.iris.db.v2.iterators
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.
-
Nested Class Summary
Nested classes/interfaces inherited from interface java.util.PrimitiveIterator
PrimitiveIterator.OfDouble, PrimitiveIterator.OfInt, PrimitiveIterator.OfLong
-
Field Summary
Fields inherited from class com.illumon.iris.db.v2.iterators.ColumnIterator
columnSource, indexIterator
-
Constructor Summary
Constructors Constructor Description ShortColumnIterator(Table table, String columnName)
ShortColumnIterator(Index index, ColumnSource<Short> columnSource)
-
Method Summary
Modifier and Type Method Description void
forEachRemaining(com.fishlib.base.Procedure.UnaryShort action)
short
nextShort()
-
Constructor Details
-
Method Details
-
nextShort
public short nextShort() -
forEachRemaining
public void forEachRemaining(@NotNull com.fishlib.base.Procedure.UnaryShort action)- Specified by:
forEachRemaining
in interfacePrimitiveIterator<Short,com.fishlib.base.Procedure.UnaryShort>
-