Class DbArrayCharWrapper

java.lang.Object
com.illumon.iris.db.tables.dbarrays.DbArray.Indirect<Character>
com.illumon.iris.db.tables.dbarrays.DbArrayCharWrapper
All Implemented Interfaces:
DbArray<Character>, DbArrayBase, LongSizedDataStructure, ToStringWithElements, Serializable

public class DbArrayCharWrapper extends DbArray.Indirect<Character>
See Also:
  • Constructor Details

    • DbArrayCharWrapper

      public DbArrayCharWrapper(DbCharArray innerArray)
  • Method Details

    • toDbArray

      public DbArray<Character> toDbArray()
    • get

      public Character get(long i)
    • subArray

      public DbArray<Character> subArray(long fromIndexInclusive, long toIndexExclusive)
    • subArrayByPositions

      public DbArray<Character> subArrayByPositions(long[] positions)
    • toArray

      public Character[] toArray()
    • size

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

      public Class<Character> getComponentType()
    • getDirect

      public DbArrayBase getDirect()
      Description copied from interface: DbArrayBase
      Return a version of this DbArrayBase that is flattened out to only reference memory.
    • getPrev

      public Character getPrev(long offset)