Class LongArrayList.ValueIterator

java.lang.Object
org.apache.lucene.internal.hppc.AbstractIterator<LongCursor>
org.apache.lucene.internal.hppc.LongArrayList.ValueIterator
All Implemented Interfaces:
Iterator<LongCursor>
Enclosing class:
LongArrayList

static final class LongArrayList.ValueIterator extends AbstractIterator<LongCursor>
An iterator implementation for LongArrayList.iterator().
  • Field Details

    • cursor

      private final LongCursor cursor
    • buffer

      private final long[] buffer
    • size

      private final int size
  • Constructor Details

    • ValueIterator

      public ValueIterator(long[] buffer, int size)
  • Method Details