Class DbArrayDoubleWrapper

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

public class DbArrayDoubleWrapper extends DbArray.Indirect<Double>
See Also:
  • Constructor Details

    • DbArrayDoubleWrapper

      public DbArrayDoubleWrapper(DbDoubleArray innerArray)
  • Method Details

    • toDbArray

      public DbArray<Double> toDbArray()
    • get

      public Double get(long i)
    • subArray

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

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

      public Double[] toArray()
    • size

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

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