Class DbBooleanArrayDirect
java.lang.Object
com.illumon.iris.db.tables.dbarrays.DbBooleanArrayDirect
- All Implemented Interfaces:
DbArrayBase,DbBooleanArray,LongSizedDataStructure,ToStringWithElements,Serializable
public class DbBooleanArrayDirect extends Object implements DbBooleanArray
- 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.db.tables.dbarrays.DbArrayBase
NULL_ELEMENT_STRING, serialVersionUIDFields 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 DbBooleanArrayDirect(Boolean... data) -
Method Summary
Modifier and Type Method Description booleanequals(Object obj)Booleanget(long i)DbBooleanArrayDirectgetDirect()Return a version of this DbArrayBase that is flattened out to only reference memory.inthashCode()longsize()The size of this data structure.DbBooleanArraysubArray(long fromIndex, long toIndex)DbBooleanArraysubArrayByPositions(long[] positions)Boolean[]toArray()DbArraytoDbArray()StringtoString()Methods 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
- Specified by:
getin interfaceDbBooleanArray
-
subArray
- Specified by:
subArrayin interfaceDbArrayBase- Specified by:
subArrayin interfaceDbBooleanArray
-
subArrayByPositions
- Specified by:
subArrayByPositionsin interfaceDbArrayBase- Specified by:
subArrayByPositionsin interfaceDbBooleanArray
-
toArray
- Specified by:
toArrayin interfaceDbArrayBase- Specified by:
toArrayin interfaceDbBooleanArray
-
size
public long size()Description copied from interface:LongSizedDataStructureThe size of this data structure.- Specified by:
sizein interfaceLongSizedDataStructure- Returns:
- The size
-
toDbArray
- Specified by:
toDbArrayin interfaceDbArrayBase- Specified by:
toDbArrayin interfaceDbBooleanArray
-
getDirect
Description copied from interface:DbBooleanArrayReturn a version of this DbArrayBase that is flattened out to only reference memory.- Specified by:
getDirectin interfaceDbArrayBase- Specified by:
getDirectin interfaceDbBooleanArray
-
toString
-
equals
-
hashCode
public final int hashCode()
-