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

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

Introduction

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

The text is from its open source code.

Constructor

BytesRefArray(Counter bytesUsed)
Creates a new BytesRefArray with a counter to track allocated bytes

Method

intappend(BytesRef bytes)
Appends a copy of the given BytesRef to this BytesRefArray .
BytesRefget(BytesRefBuilder spare, int index)
Returns the n'th element of this BytesRefArray
BytesRefIteratoriterator()
sugar for #iterator(Comparator) with a null comparator
intsize()
Returns the current size of this BytesRefArray