Class DbSubCharArray

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

public class DbSubCharArray extends DbCharArray.Indirect
See Also:
  • Constructor Details

    • DbSubCharArray

      public DbSubCharArray(@NotNull DbCharArray innerArray, @NotNull long[] positions)
  • Method Details

    • get

      public char get(long index)
    • subArray

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

      public DbCharArray subArrayByPositions(long[] positions)
    • toArray

      public char[] 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 char getPrev(long index)
    • isEmpty

      public boolean isEmpty()