Package com.illumon.iris.db.v2.iterators
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.
-
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 LongColumnIterator(Table table, String columnName)
LongColumnIterator(Index index, ColumnSource<Long> columnSource)
-
Method Summary
Modifier and Type Method Description long
nextLong()
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.OfLong
forEachRemaining, forEachRemaining, next
-
Constructor Details
-
Method Details
-
nextLong
public long nextLong()- Specified by:
nextLong
in interfacePrimitiveIterator.OfLong
-