Class DbArrayShortWrapper

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

public class DbArrayShortWrapper extends DbArray.Indirect<Short>
See Also:
  • Constructor Details

    • DbArrayShortWrapper

      public DbArrayShortWrapper(DbShortArray innerArray)
  • Method Details

    • toDbArray

      public DbArray<Short> toDbArray()
    • get

      public Short get(long i)
    • subArray

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

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

      public Short[] toArray()
    • size

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

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