Class ByteArrayList.ValueIterator

java.lang.Object
com.carrotsearch.hppc.AbstractIterator<ByteCursor>
com.carrotsearch.hppc.ByteArrayList.ValueIterator
All Implemented Interfaces:
Iterator<ByteCursor>
Enclosing class:
ByteArrayList

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

    • cursor

      private final ByteCursor cursor
    • buffer

      private final byte[] buffer
    • size

      private final int size
  • Constructor Details

    • ValueIterator

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