Package com.illumon.iris.db.v2.iterators
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.
-
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
ConstructorsConstructorDescriptionIntegerColumnIterator
(Table table, String columnName) IntegerColumnIterator
(Index index, ColumnSource<Integer> columnSource) -
Method Summary
Methods inherited from class com.illumon.iris.db.v2.iterators.ColumnIterator
hasNext, next
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.PrimitiveIterator.OfInt
forEachRemaining, forEachRemaining, next
-
Constructor Details
-
IntegerColumnIterator
-
IntegerColumnIterator
-
-
Method Details
-
nextInt
public int nextInt()- Specified by:
nextInt
in interfacePrimitiveIterator.OfInt
-