Class BytesRefArray.SortState

java.lang.Object
org.apache.lucene.util.BytesRefArray.SortState
All Implemented Interfaces:
Accountable
Enclosing class:
BytesRefArray

public static final class BytesRefArray.SortState extends Object implements Accountable
Used to iterate the elements of an array in a given order.
  • Method Details

    • ramBytesUsed

      public long ramBytesUsed()
      Description copied from interface: Accountable
      Return the memory usage of this object in bytes. Negative values are illegal.
      Specified by:
      ramBytesUsed in interface Accountable