Class FloatVectorFixedBuilder

java.lang.Object
org.elasticsearch.compute.data.FloatVectorFixedBuilder
All Implemented Interfaces:
Closeable, AutoCloseable, FloatVector.Builder, FloatVector.FixedBuilder, Vector.Builder, org.elasticsearch.core.Releasable

public final class FloatVectorFixedBuilder extends Object implements FloatVector.FixedBuilder
Builder for FloatVectors that never grows. Prefer this to FloatVectorBuilder if you know the precise size up front because it's faster. This class is generated. Edit X-VectorFixedBuilder.java.st instead.