Class DbArrayLongWrapper

java.lang.Object
com.illumon.iris.db.tables.dbarrays.DbArray.Indirect<Long>
com.illumon.iris.db.tables.dbarrays.DbArrayLongWrapper
All Implemented Interfaces:
DbArray<Long>, DbArrayBase, LongSizedDataStructure, ToStringWithElements, Serializable

public class DbArrayLongWrapper extends DbArray.Indirect<Long>
See Also:
  • Constructor Details

    • DbArrayLongWrapper

      public DbArrayLongWrapper(DbLongArray innerArray)
  • Method Details

    • toDbArray

      public DbArray<Long> toDbArray()
    • get

      public Long get(long i)
    • subArray

      public DbArray<Long> subArray(long fromIndexInclusive, long toIndexExclusive)
    • subArrayByPositions

      public DbArray<Long> subArrayByPositions(long[] positions)
    • toArray

      public Long[] toArray()
    • size

      public long size()
      Description copied from interface: LongSizedDataStructure
      The size of this data structure.
      Returns:
      The size
    • getComponentType

      public Class<Long> getComponentType()
    • getDirect

      public DbArrayBase getDirect()
      Description copied from interface: DbArrayBase
      Return a version of this DbArrayBase that is flattened out to only reference memory.
    • getPrev

      public Long getPrev(long offset)