Class ColumnRegionLong.Null<ATTR extends Any>

All Implemented Interfaces:
Page<ATTR>, Page.WithDefaultsForRepeatingValues<ATTR>, PagingChunkSource<ATTR>, ChunkSource<ATTR>, FillContextMaker, GetContextMaker, DefaultChunkSource<ATTR>, ColumnRegion<ATTR>, ColumnRegionLong<ATTR>, Releasable
Enclosing interface:
ColumnRegionLong<ATTR extends Any>

public static final class ColumnRegionLong.Null<ATTR extends Any> extends ColumnRegion.Null<ATTR> implements ColumnRegionLong<ATTR>
  • Method Details

    • getLong

      public long getLong(long elementIndex)
      Description copied from interface: ColumnRegionLong
      Get a single long from this region.
      Specified by:
      getLong in interface ColumnRegionLong<ATTR extends Any>
      Parameters:
      elementIndex - Element row key in the table's address space
      Returns:
      The long value at the specified element row key