public abstract class PrimitiveArrayBuilder<T> extends Object
Modifier | Constructor and Description |
---|---|
protected |
PrimitiveArrayBuilder() |
Modifier and Type | Method and Description |
---|---|
protected abstract T |
_constructArray(int len) |
protected void |
_reset() |
T |
appendCompletedChunk(T fullChunk,
int fullChunkLength) |
T |
completeAndClearBuffer(T lastChunk,
int lastChunkEntries) |
T |
resetAndStart() |