public interface DbFloatArray extends DbArrayBase
Modifier and Type | Field and Description |
---|---|
static long |
serialVersionUID |
Modifier and Type | Method and Description |
---|---|
float |
get(long i) |
DbFloatArray |
getDirect()
Return a version of this DbArrayBase that is flattened out to only reference memory.
|
float |
getPrev(long i) |
long |
size()
The size of this data structure.
|
DbFloatArray |
subArray(long fromIndex,
long toIndex) |
DbFloatArray |
subArrayByPositions(long[] positions) |
float[] |
toArray() |
DbArray |
toDbArray() |
clampIndex, getComponentType, isEmpty, mapSelectedPositionRange, mapSelectedPositions
intSize, intSize, intSize
static final long serialVersionUID
float get(long i)
DbFloatArray subArray(long fromIndex, long toIndex)
subArray
in interface DbArrayBase
DbFloatArray subArrayByPositions(long[] positions)
subArrayByPositions
in interface DbArrayBase
float[] toArray()
toArray
in interface DbArrayBase
long size()
LongSizedDataStructure
size
in interface LongSizedDataStructure
DbArray toDbArray()
toDbArray
in interface DbArrayBase
float getPrev(long i)
DbFloatArray getDirect()
getDirect
in interface DbArrayBase