Class DbBooleanArraySlice
java.lang.Object
com.illumon.iris.db.tables.dbarrays.DbBooleanArray.Indirect
com.illumon.iris.db.tables.dbarrays.DbBooleanArraySlice
- All Implemented Interfaces:
DbArrayBase
,DbBooleanArray
,LongSizedDataStructure
,ToStringWithElements
,Serializable
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.illumon.iris.db.tables.dbarrays.DbBooleanArray
DbBooleanArray.Indirect
-
Field Summary
Fields inherited from interface com.illumon.iris.db.tables.dbarrays.DbArrayBase
NULL_ELEMENT_STRING
Fields inherited from interface com.illumon.iris.gui.table.format.ToStringWithElements
ARRAY_SIZE_WARNING, DEFAULT_ARRAY_SIZE_COPY, MAX_ARRAY_SIZE_COPY
-
Constructor Summary
ConstructorsConstructorDescriptionDbBooleanArraySlice
(DbBooleanArray innerArray, long offsetIndex, long length) -
Method Summary
Modifier and TypeMethodDescriptionget
(long index) Return a version of this DbArrayBase that is flattened out to only reference memory.boolean
isEmpty()
long
size()
The size of this data structure.subArray
(long fromIndexInclusive, long toIndexExclusive) subArrayByPositions
(long[] positions) Boolean[]
toArray()
Methods inherited from class com.illumon.iris.db.tables.dbarrays.DbBooleanArray.Indirect
equals, hashCode, toString, writeReplace
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.illumon.iris.db.tables.dbarrays.DbBooleanArray
fillChunk, getComponentType, toChunk
Methods inherited from interface com.illumon.iris.db.util.LongSizedDataStructure
intSize, intSize
Methods inherited from interface com.illumon.iris.gui.table.format.ToStringWithElements
toString
-
Constructor Details
-
DbBooleanArraySlice
-
-
Method Details
-
get
-
subArray
-
subArrayByPositions
-
toArray
-
size
public long size()Description copied from interface:LongSizedDataStructure
The size of this data structure.- Returns:
- The size
-
toDbArray
-
isEmpty
public boolean isEmpty() -
getDirect
Description copied from interface:DbBooleanArray
Return a version of this DbArrayBase that is flattened out to only reference memory.
-