public class DoubleDynamicArray extends DynamicArray
mLoadCursor, mStoreCursor| Constructor and Description |
|---|
DoubleDynamicArray() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
allocChunkEntry(int aChunkCount) |
protected void |
expand(int aChunkIndex,
int aChunkSize) |
double |
get() |
void |
put(double aValue) |
checkChunk, getChunkSizes, getDynamicArrySize, setCursorprotected void allocChunkEntry(int aChunkCount)
allocChunkEntry in class DynamicArrayprotected void expand(int aChunkIndex,
int aChunkSize)
expand in class DynamicArraypublic void put(double aValue)
public double get()