Interface DbBooleanArray
- All Superinterfaces:
DbArrayBase
,LongSizedDataStructure
,Serializable
,ToStringWithElements
- All Known Implementing Classes:
DbBooleanArray.Indirect
,DbBooleanArrayDirect
,DbBooleanArraySlice
,DbSubBooleanArray
Deprecated.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic class
Deprecated.Base class for all "indirect" DbBooleanArray implementations. -
Field Summary
Fields inherited from interface com.illumon.iris.db.tables.dbarrays.DbArrayBase
NULL_ELEMENT_STRING, serialVersionUID
Fields inherited from interface com.illumon.iris.gui.table.format.ToStringWithElements
ARRAY_SIZE_WARNING, DEFAULT_ARRAY_SIZE_COPY, MAX_ARRAY_SIZE_COPY
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
equals
(DbBooleanArray aArray, Object b) Deprecated.Helper method for implementingObject.equals(Object)
.default void
fillChunk
(WritableChunk destChunk) Deprecated.get
(long i) Deprecated.default Class
Deprecated.Deprecated.Return a version of this DbArrayBase that is flattened out to only reference memory.static int
hashCode
(DbBooleanArray array) Deprecated.Helper method for implementingObject.hashCode()
.subArray
(long fromIndex, long toIndex) Deprecated.subArrayByPositions
(long[] positions) Deprecated.Boolean[]
toArray()
Deprecated.default Chunk<Attributes.Values>
toChunk()
Deprecated.Deprecated.static String
toString
(DbBooleanArray array) Deprecated.Helper method for implementingObject.toString()
.Methods inherited from interface com.illumon.iris.db.tables.dbarrays.DbArrayBase
isEmpty
Methods inherited from interface com.illumon.iris.db.util.LongSizedDataStructure
intSize, intSize, size
Methods inherited from interface com.illumon.iris.gui.table.format.ToStringWithElements
toString
-
Method Details
-
get
Deprecated. -
subArray
Deprecated.- Specified by:
subArray
in interfaceDbArrayBase
-
subArrayByPositions
Deprecated.- Specified by:
subArrayByPositions
in interfaceDbArrayBase
-
toArray
Boolean[] toArray()Deprecated.- Specified by:
toArray
in interfaceDbArrayBase
-
toDbArray
DbArray toDbArray()Deprecated.- Specified by:
toDbArray
in interfaceDbArrayBase
-
getComponentType
Deprecated.- Specified by:
getComponentType
in interfaceDbArrayBase
-
getDirect
DbBooleanArrayDirect getDirect()Deprecated.Return a version of this DbArrayBase that is flattened out to only reference memory.- Specified by:
getDirect
in interfaceDbArrayBase
-
toChunk
Deprecated.- Specified by:
toChunk
in interfaceDbArrayBase
-
fillChunk
Deprecated.- Specified by:
fillChunk
in interfaceDbArrayBase
-
toString
Deprecated.Helper method for implementingObject.toString()
.- Parameters:
array
- The DbBooleanArray to convert to a String- Returns:
- The String representation of array
-
equals
Deprecated.Helper method for implementingObject.equals(Object)
.- Parameters:
aArray
- The LHS of the equality test (always a DbBooleanArray)b
- The RHS of the equality test- Returns:
- Whether the two inputs are equal
-
hashCode
Deprecated.Helper method for implementingObject.hashCode()
. Follows the pattern inArrays.hashCode(Object[])
.- Parameters:
array
- The DbBooleanArray to hash- Returns:
- The hash code
-