Class DbSubDoubleArray

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

public class DbSubDoubleArray extends DbDoubleArray.Indirect
See Also:
  • Constructor Details

    • DbSubDoubleArray

      public DbSubDoubleArray(@NotNull DbDoubleArray innerArray, @NotNull long[] positions)
  • Method Details

    • get

      public double get(long index)
    • subArray

      public DbDoubleArray subArray(long fromIndex, long toIndex)
    • subArrayByPositions

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

      public DbArray toDbArray()
    • getPrev

      public double getPrev(long index)
    • isEmpty

      public boolean isEmpty()