Class DbIntArrayImmutableColumnWrapper

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

public class DbIntArrayImmutableColumnWrapper extends DbIntArray.Indirect
See Also:
  • Constructor Details

    • DbIntArrayImmutableColumnWrapper

      public DbIntArrayImmutableColumnWrapper(@NotNull ColumnSource<Integer> columnSource, @NotNull ReadOnlyIndex index)
    • DbIntArrayImmutableColumnWrapper

      public DbIntArrayImmutableColumnWrapper(@NotNull ColumnSource<Integer> columnSource, @NotNull ReadOnlyIndex index, long startPadding, long endPadding)
  • Method Details

    • get

      public int get(long i)
    • getPrev

      public int getPrev(long i)
    • subArray

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

      public DbIntArray subArrayByPositions(long[] positions)
    • toArray

      public int[] toArray()
    • toArray

      public int[] toArray(boolean shouldBeNullIfOutofBounds, int maxSize)
    • size

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

      public DbArray toDbArray()