Class PackedLongValues.Iterator

java.lang.Object
org.apache.lucene.util.packed.PackedLongValues.Iterator
Enclosing class:
PackedLongValues

public final class PackedLongValues.Iterator extends Object
An iterator over long values.
  • Field Details

    • currentValues

      final long[] currentValues
    • vOff

      int vOff
    • pOff

      int pOff
    • currentCount

      int currentCount
  • Constructor Details

    • Iterator

      Iterator()
  • Method Details

    • fillBlock

      private void fillBlock()
    • hasNext

      public final boolean hasNext()
      Whether or not there are remaining values.
    • next

      public final long next()
      Return the next long in the buffer.