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:
- Serialized Form
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.illumon.iris.db.tables.dbarrays.DbArray
DbArray.Indirect<T> -
Field Summary
Fields inherited from interface com.illumon.iris.gui.table.format.ToStringWithElements
ARRAY_SIZE_WARNING, DEFAULT_ARRAY_SIZE_COPY, MAX_ARRAY_SIZE_COPY -
Constructor Summary
Constructors Constructor Description DbArrayBooleanWrapper(DbBooleanArray innerArray) -
Method Summary
Modifier and Type Method Description Booleanget(long i)ClassgetComponentType()DbBooleanArrayDirectgetDirect()Return a version of this DbArrayBase that is flattened out to only reference memory.BooleangetPrev(long offset)longsize()The size of this data structure.DbArraysubArray(long fromIndexInclusive, long toIndexExclusive)DbArraysubArrayByPositions(long[] positions)Boolean[]toArray()DbArraytoDbArray()Methods inherited from class com.illumon.iris.db.tables.dbarrays.DbArray.Indirect
equals, hashCode, toString, toString, writeReplace
-
Constructor Details
-
Method Details
-
get
-
subArray
-
subArrayByPositions
-
toArray
-
size
public long size()Description copied from interface:LongSizedDataStructureThe size of this data structure.- Returns:
- The size
-
getComponentType
-
getDirect
Description copied from interface:DbArrayBaseReturn a version of this DbArrayBase that is flattened out to only reference memory. -
getPrev
-
toDbArray
-