Class DbFloatArraySlice

java.lang.Object
com.illumon.iris.db.tables.dbarrays.DbFloatArray.Indirect
com.illumon.iris.db.tables.dbarrays.DbFloatArraySlice
All Implemented Interfaces:
DbArrayBase, DbFloatArray, LongSizedDataStructure, ToStringWithElements, Serializable

public class DbFloatArraySlice extends DbFloatArray.Indirect
See Also:
  • Constructor Details

    • DbFloatArraySlice

      public DbFloatArraySlice(@NotNull DbFloatArray innerArray, long offsetIndex, long length, long innerArrayValidFromInclusive, long innerArrayValidToExclusive)
    • DbFloatArraySlice

      public DbFloatArraySlice(@NotNull DbFloatArray innerArray, long offsetIndex, long length)
  • Method Details

    • get

      public float get(long index)
    • subArray

      public DbFloatArray subArray(long fromIndexInclusive, long toIndexExclusive)
    • subArrayByPositions

      public DbFloatArray 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
    • toDbArray

      public DbArray<Float> toDbArray()
    • getPrev

      public float getPrev(long index)
    • isEmpty

      public boolean isEmpty()