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
Constructors Constructor Description IntegerColumnIterator(Table table, String columnName)IntegerColumnIterator(Index index, ColumnSource<Integer> columnSource) -
Method Summary
Modifier and Type Method Description intnextInt()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.PrimitiveIterator.OfInt
forEachRemaining, forEachRemaining, next
-
Constructor Details
-
Method Details
-
nextInt
public int nextInt()- Specified by:
nextIntin interfacePrimitiveIterator.OfInt
-