Class DbByteArrayImmutableColumnWrapper

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

public class DbByteArrayImmutableColumnWrapper extends DbByteArray.Indirect
See Also:
  • Constructor Details

    • DbByteArrayImmutableColumnWrapper

      public DbByteArrayImmutableColumnWrapper(@NotNull ColumnSource<Byte> columnSource, @NotNull ReadOnlyIndex index)
    • DbByteArrayImmutableColumnWrapper

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

    • get

      public byte get(long i)
    • getPrev

      public byte getPrev(long i)
    • subArray

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

      public DbByteArray subArrayByPositions(long[] positions)
    • toArray

      public byte[] toArray()
    • toArray

      public byte[] 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()