Class DbArrayFloatWrapper

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

public class DbArrayFloatWrapper extends DbArray.Indirect<Float>
See Also:
  • Constructor Details

    • DbArrayFloatWrapper

      public DbArrayFloatWrapper(DbFloatArray innerArray)
  • Method Details

    • toDbArray

      public DbArray<Float> toDbArray()
    • get

      public Float get(long i)
    • subArray

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

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

      public Float[] toArray()
    • size

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

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