|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.codehaus.jackson.map.util.PrimitiveArrayBuilder<T>
public abstract class PrimitiveArrayBuilder<T>
Base class for specialized primitive array builders.
| Constructor Summary | |
|---|---|
protected |
PrimitiveArrayBuilder()
|
| Method Summary | |
|---|---|
protected abstract T |
_constructArray(int len)
|
protected void |
_reset()
|
T |
appendCompletedChunk(T fullChunk,
int fullChunkLength)
|
T |
completeAndClearBuffer(T lastChunk,
int lastChunkEntries)
|
T |
resetAndStart()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected PrimitiveArrayBuilder()
| Method Detail |
|---|
public T resetAndStart()
public final T appendCompletedChunk(T fullChunk,
int fullChunkLength)
public T completeAndClearBuffer(T lastChunk,
int lastChunkEntries)
protected abstract T _constructArray(int len)
protected void _reset()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||