Class SingletonIntBuilder

java.lang.Object
org.elasticsearch.compute.lucene.read.SingletonIntBuilder
All Implemented Interfaces:
Closeable, AutoCloseable, Block.Builder, org.elasticsearch.core.Releasable, BlockLoader.Builder, BlockLoader.SingletonIntBuilder

public final class SingletonIntBuilder extends Object implements BlockLoader.SingletonIntBuilder, org.elasticsearch.core.Releasable, Block.Builder
Like IntBlockBuilder but optimized for collecting dense single valued values. Additionally, this builder doesn't grow its array.