Class DbShortArraySlice

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

public class DbShortArraySlice extends DbShortArray.Indirect
See Also:
  • Constructor Details

    • DbShortArraySlice

      public DbShortArraySlice(@NotNull DbShortArray innerArray, long offsetIndex, long length, long innerArrayValidFromInclusive, long innerArrayValidToExclusive)
    • DbShortArraySlice

      public DbShortArraySlice(@NotNull DbShortArray innerArray, long offsetIndex, long length)
  • Method Details

    • get

      public short get(long index)
    • subArray

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

      public DbShortArray subArrayByPositions(long[] positions)
    • toArray

      public short[] toArray()
    • size

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

      public DbArray<Short> toDbArray()
    • getPrev

      public short getPrev(long index)
    • isEmpty

      public boolean isEmpty()