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