Class DbSubBooleanArray
java.lang.Object
com.illumon.iris.db.tables.dbarrays.DbBooleanArray.Indirect
com.illumon.iris.db.tables.dbarrays.DbSubBooleanArray
- All Implemented Interfaces:
DbArrayBase,DbBooleanArray,LongSizedDataStructure,ToStringWithElements,Serializable
public class DbSubBooleanArray extends DbBooleanArray.Indirect
- See Also:
- Serialized Form
-
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.gui.table.format.ToStringWithElements
ARRAY_SIZE_WARNING, DEFAULT_ARRAY_SIZE_COPY, MAX_ARRAY_SIZE_COPY -
Constructor Summary
Constructors Constructor Description DbSubBooleanArray(DbBooleanArray innerArray, long[] positions) -
Method Summary
Modifier and Type Method Description Booleanget(long index)DbBooleanArrayDirectgetDirect()Return a version of this DbArrayBase that is flattened out to only reference memory.booleanisEmpty()longsize()The size of this data structure.DbBooleanArraysubArray(long fromIndex, long toIndex)DbBooleanArraysubArrayByPositions(long[] positions)Boolean[]toArray()DbArraytoDbArray()Methods inherited from class com.illumon.iris.db.tables.dbarrays.DbBooleanArray.Indirect
equals, hashCode, toString, writeReplaceMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.illumon.iris.db.tables.dbarrays.DbBooleanArray
fillChunk, getComponentType, toChunk
-
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
-
toDbArray
-
isEmpty
public boolean isEmpty() -
getDirect
Description copied from interface:DbBooleanArrayReturn a version of this DbArrayBase that is flattened out to only reference memory.
-