Class DbSubFloatArray

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

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

    • DbSubFloatArray

      public DbSubFloatArray(@NotNull DbFloatArray innerArray, @NotNull long[] positions)
  • Method Details

    • get

      public float get(long index)
    • subArray

      public DbFloatArray subArray(long fromIndex, long toIndex)
    • 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 toDbArray()
    • getPrev

      public float getPrev(long index)
    • isEmpty

      public boolean isEmpty()