Class DbArrayByteWrapper

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

public class DbArrayByteWrapper extends DbArray.Indirect<Byte>
See Also:
  • Constructor Details

    • DbArrayByteWrapper

      public DbArrayByteWrapper(DbByteArray innerArray)
  • Method Details

    • toDbArray

      public DbArray<Byte> toDbArray()
    • get

      public Byte get(long i)
    • subArray

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

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

      public Byte[] toArray()
    • size

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

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