Class HeapPointReader

java.lang.Object
org.apache.lucene.util.bkd.HeapPointReader
All Implemented Interfaces:
Closeable, AutoCloseable, PointReader

public final class HeapPointReader extends Object implements PointReader
Utility class to read buffered points from in-heap arrays.
  • Field Details

    • curRead

      private int curRead
    • end

      private final int end
    • points

      private final IntFunction<PointValue> points
  • Constructor Details

  • Method Details