@Deprecated public interface DbBooleanArray extends DbArrayBase
serialVersionUID| Modifier and Type | Method and Description |
|---|---|
Boolean |
get(long i)
Deprecated.
|
DbBooleanArrayDirect |
getDirect()
Deprecated.
Return a version of this DbArrayBase that is flattened out to only reference memory.
|
DbBooleanArray |
subArray(long fromIndex,
long toIndex)
Deprecated.
|
DbBooleanArray |
subArrayByPositions(long[] positions)
Deprecated.
|
Boolean[] |
toArray()
Deprecated.
|
DbArray |
toDbArray()
Deprecated.
|
clampIndex, getComponentType, isEmpty, mapSelectedPositionRange, mapSelectedPositionsintSize, intSize, intSize, sizeBoolean get(long i)
DbBooleanArray subArray(long fromIndex, long toIndex)
subArray in interface DbArrayBaseDbBooleanArray subArrayByPositions(long[] positions)
subArrayByPositions in interface DbArrayBaseBoolean[] toArray()
toArray in interface DbArrayBaseDbArray toDbArray()
toDbArray in interface DbArrayBaseDbBooleanArrayDirect getDirect()
getDirect in interface DbArrayBase