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
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
ConstructorsConstructorDescriptionLongColumnIterator(@NotNull Table table, @NotNull String columnName) LongColumnIterator(@NotNull Index index, @NotNull ColumnSource<Long> columnSource) -
Method Summary
Methods inherited from class com.illumon.iris.db.v2.iterators.ColumnIterator
hasNext, nextMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.PrimitiveIterator.OfLong
forEachRemaining, forEachRemaining, next
-
Constructor Details
-
LongColumnIterator
public LongColumnIterator(@NotNull @NotNull Index index, @NotNull @NotNull ColumnSource<Long> columnSource) -
LongColumnIterator
-
-
Method Details
-
nextLong
public long nextLong()- Specified by:
nextLongin interfacePrimitiveIterator.OfLong
-