public static final class ArrayBuilders.BooleanBuilder extends PrimitiveArrayBuilder<boolean[]>
PrimitiveArrayBuilder.Node<T>
_bufferedEntryCount, _bufferHead, _bufferTail, _freeBuffer, INITIAL_CHUNK_SIZE, MAX_CHUNK_SIZE, SMALL_CHUNK_SIZE
Constructor and Description |
---|
BooleanBuilder() |
Modifier and Type | Method and Description |
---|---|
boolean[] |
_constructArray(int len) |
_reset, appendCompletedChunk, bufferedSize, completeAndClearBuffer, resetAndStart
public final boolean[] _constructArray(int len)
_constructArray
in class PrimitiveArrayBuilder<boolean[]>