Java org.apache.lucene.util IntsRefBuilder fields, constructors, methods, implement or subclass

Example usage for Java org.apache.lucene.util IntsRefBuilder fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.lucene.util IntsRefBuilder.

The text is from its open source code.

Constructor

IntsRefBuilder()
Sole constructor.

Method

voidappend(int i)
Append the provided int to this buffer.
IntsRefget()
Return a IntsRef that points to the internal content of this builder.
voidgrow(int newLength)
Used to grow the reference array.
voidsetIntAt(int offset, int b)
Set an int.
voidsetLength(int length)
Set the length.