Class BytesRefArray

java.lang.Object
org.apache.lucene.util.BytesRefArray
All Implemented Interfaces:
SortableBytesRefArray

public final class BytesRefArray extends Object implements SortableBytesRefArray
A simple append only random-access BytesRef array that stores full copies of the appended bytes in a ByteBlockPool.

Note: This class is not Thread-Safe!