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, mapSelectedPositionsintSize, intSize, intSizestatic final long serialVersionUID
double get(long i)
DbDoubleArray subArray(long fromIndex, long toIndex)
subArray in interface DbArrayBaseDbDoubleArray subArrayByPositions(long[] positions)
subArrayByPositions in interface DbArrayBasedouble[] toArray()
toArray in interface DbArrayBaselong size()
LongSizedDataStructuresize in interface LongSizedDataStructureDbArray toDbArray()
toDbArray in interface DbArrayBasedouble getPrev(long i)
DbDoubleArray getDirect()
getDirect in interface DbArrayBase