Interface ColumnRegionLongWithLength<ATTR extends Any>

Type Parameters:
ATTR -
All Superinterfaces:
ChunkSource<ATTR>, ColumnRegion<ATTR>, ColumnRegionLong<ATTR>, FillContextMaker, GetContextMaker, Page<ATTR>, PagingChunkSource<ATTR>, Releasable
All Known Implementing Classes:
BufferedColumnRegionLong

public interface ColumnRegionLongWithLength<ATTR extends Any> extends ColumnRegionLong<ATTR>
A ColumnRegionLong that supports querying its length.
  • Method Details

    • lengthItems

      long lengthItems()
      Get the total number of longs within the region.
      Returns:
      the number of longs in the region