public static final class ArrayBuilders.BooleanBuilder extends PrimitiveArrayBuilder<boolean[]>
Constructor and Description |
---|
ArrayBuilders.BooleanBuilder() |
Modifier and Type | Method and Description |
---|---|
boolean[] |
_constructArray(int len) |
_reset, appendCompletedChunk, completeAndClearBuffer, resetAndStart
public final boolean[] _constructArray(int len)
_constructArray
in class PrimitiveArrayBuilder<boolean[]>