Interface LongColumnIterator

All Superinterfaces:
AutoCloseable, CloseableIterator<Long>, CloseablePrimitiveIterator<Long,LongConsumer>, CloseablePrimitiveIteratorOfLong, ColumnIterator<Long>, Iterator<Long>, PrimitiveIterator<Long,LongConsumer>, PrimitiveIterator.OfLong, SafeCloseable, ValueIterator<Long>, ValueIteratorOfLong
All Known Implementing Classes:
ChunkedLongColumnIterator, SerialLongColumnIterator

public interface LongColumnIterator extends ColumnIterator<Long>, ValueIteratorOfLong
ColumnIterator implementation for columns of primitive longs.