public class FloatDynamicArray extends DynamicArray
mLoadCursor, mStoreCursor| Constructor and Description |
|---|
FloatDynamicArray() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
allocChunkEntry(int aChunkCount) |
protected void |
expand(int aChunkIndex,
int aChunkSize) |
float |
get() |
void |
put(float 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(float aValue)
public float get()