Class FixedLengthBytesRefArray

java.lang.Object
org.apache.lucene.util.FixedLengthBytesRefArray

public final class FixedLengthBytesRefArray extends Object
Just like BytesRefArray except all values have the same length.

Note: This class is not Thread-Safe!

WARNING: This API is experimental and might change in incompatible ways in the next release.
NOTE: This API is for internal purposes only and might change in incompatible ways in the next release.
  • Constructor Details

    • FixedLengthBytesRefArray

      public FixedLengthBytesRefArray(int valueLength)
      Creates a new BytesRefArray with a counter to track allocated bytes
  • Method Details