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