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