Class DbArrayBooleanWrapper

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

public class DbArrayBooleanWrapper extends DbArray.Indirect<Boolean>
See Also:
  • Constructor Details

    • DbArrayBooleanWrapper

      public DbArrayBooleanWrapper(DbBooleanArray innerArray)
  • Method Details

    • get

      public Boolean get(long i)
    • subArray

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

      public DbArray subArrayByPositions(long[] positions)
    • toArray

      public Boolean[] toArray()
    • size

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

      public Class getComponentType()
    • getDirect

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

      public Boolean getPrev(long offset)
    • toDbArray

      public DbArray toDbArray()