Class DbArrayIntWrapper

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

public class DbArrayIntWrapper extends DbArray.Indirect<Integer>
See Also:
  • Constructor Details

    • DbArrayIntWrapper

      public DbArrayIntWrapper(DbIntArray innerArray)
  • Method Details

    • toDbArray

      public DbArray<Integer> toDbArray()
    • get

      public Integer get(long i)
    • subArray

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

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

      public Integer[] toArray()
    • size

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

      public Class<Integer> 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 Integer getPrev(long offset)